TextureSampler_setAnisotropy function

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