Texture_generateMipMaps function

  1. @Native<Void Function(Pointer<TTexture>, Pointer<TEngine>)>(ffi.Pointer<TTexture>, ffi.Pointer<TEngine>)>(isLeaf: true)
void Texture_generateMipMaps(
  1. Pointer<TTexture> tTexture,
  2. Pointer<TEngine> tEngine
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TTexture>, ffi.Pointer<TEngine>)>(
    isLeaf: true)
external void Texture_generateMipMaps(
  ffi.Pointer<TTexture> tTexture,
  ffi.Pointer<TEngine> tEngine,
);