TextureSampler_setCompareMode function

  1. @Native<Void Function(Pointer<TTextureSampler>, UnsignedInt, UnsignedInt)>(ffi.Pointer<TTextureSampler>, ffi.UnsignedInt, ffi.UnsignedInt)>(isLeaf: true)
void TextureSampler_setCompareMode(
  1. Pointer<TTextureSampler> sampler,
  2. int mode,
  3. int func
)

Implementation

@ffi.Native<
    ffi.Void Function(ffi.Pointer<TTextureSampler>, ffi.UnsignedInt,
        ffi.UnsignedInt)>(isLeaf: true)
external void TextureSampler_setCompareMode(
  ffi.Pointer<TTextureSampler> sampler,
  int mode,
  int func,
);