TextureSampler_createWithComparison function

  1. @Native<Pointer<TTextureSampler> Function(UnsignedInt, UnsignedInt)>(ffi.UnsignedInt, ffi.UnsignedInt)>(isLeaf: true)
Pointer<TTextureSampler> TextureSampler_createWithComparison(
  1. int compareMode,
  2. int compareFunc
)

Implementation

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