TextureSampler_destroy function

  1. @Native<Void Function(Pointer<TTextureSampler>)>(ffi.Pointer<TTextureSampler>)>(isLeaf: true)
void TextureSampler_destroy(
  1. Pointer<TTextureSampler> sampler
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TTextureSampler>)>(isLeaf: true)
external void TextureSampler_destroy(
  ffi.Pointer<TTextureSampler> sampler,
);