MaterialInstance_setStencilCompareFunction function
- @Native<Void Function(Pointer<
TMaterialInstance> , UnsignedInt, UnsignedInt)>(ffi.Pointer<TMaterialInstance>, ffi.UnsignedInt, ffi.UnsignedInt)>(isLeaf: true)
- Pointer<
TMaterialInstance> materialInstance, - int func,
- int face
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<TMaterialInstance>, ffi.UnsignedInt,
ffi.UnsignedInt)>(isLeaf: true)
external void MaterialInstance_setStencilCompareFunction(
ffi.Pointer<TMaterialInstance> materialInstance,
int func,
int face,
);