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