TextureSampler_setAnisotropy function
- @Native<
Void Function(Pointer< (ffi.Pointer<TTextureSampler>, ffi.Double)>(isLeaf: true)TTextureSampler> , Double)>
- 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,
);