MaterialInstance_setStencilCompareFunction function
- @Native<
Void Function(Pointer< (ffi.Pointer<TMaterialInstance>, ffi.UnsignedInt, ffi.UnsignedInt)>(isLeaf: true)TMaterialInstance> , UnsignedInt, UnsignedInt)>
- 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,
);