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