Texture_generateMipMaps function
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,
);