TextureSampler_setAnisotropy function
- @Native<Void Function(Pointer<
TTextureSampler> , Double)>(ffi.Pointer<TTextureSampler>, ffi.Double)>(isLeaf: true)
- Pointer<
TTextureSampler> sampler, - double anisotropy
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<TTextureSampler>, ffi.Double)>(
isLeaf: true)
external void TextureSampler_setAnisotropy(
ffi.Pointer<TTextureSampler> sampler,
double anisotropy,
);