TextureSampler_setWrapModeR function

  1. @Native<Void Function(Pointer<TTextureSampler>, UnsignedInt)>(ffi.Pointer<TTextureSampler>, ffi.UnsignedInt)>(isLeaf: true)
void TextureSampler_setWrapModeR(
  1. Pointer<TTextureSampler> sampler,
  2. 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,
);