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