TextureSampler_createWithComparison function
- @Native<Pointer<
TTextureSampler> Function(UnsignedInt, UnsignedInt)>(ffi.UnsignedInt, ffi.UnsignedInt)>(isLeaf: true)
Implementation
@ffi.Native<
ffi.Pointer<TTextureSampler> Function(
ffi.UnsignedInt, ffi.UnsignedInt)>(isLeaf: true)
external ffi.Pointer<TTextureSampler> TextureSampler_createWithComparison(
int compareMode,
int compareFunc,
);