TextureSampler_setWrapModeR function
- @Native<
Void Function(Pointer< (ffi.Pointer<TTextureSampler>, ffi.UnsignedInt)>(isLeaf: true)TTextureSampler> , UnsignedInt)>
- Pointer<
TTextureSampler> sampler, - int mode
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<TTextureSampler>, ffi.UnsignedInt)>(
isLeaf: true)
external void TextureSampler_setWrapModeR(
ffi.Pointer<TTextureSampler> sampler,
int mode,
);