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