TextureSampler_setCompareMode function
- @Native<
Void Function(Pointer< (ffi.Pointer<TTextureSampler>, ffi.UnsignedInt, ffi.UnsignedInt)>(isLeaf: true)TTextureSampler> , UnsignedInt, UnsignedInt)>
- Pointer<
TTextureSampler> sampler, - int mode,
- 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,
);