Texture_getUsage function
- @Native<UnsignedInt Function(Pointer<
TTexture> , Uint32)>(ffi.Pointer<TTexture>, ffi.Uint32)>(isLeaf: true)
Implementation
@ffi.Native<ffi.UnsignedInt Function(ffi.Pointer<TTexture>, ffi.Uint32)>(
isLeaf: true)
external int Texture_getUsage(
ffi.Pointer<TTexture> tTexture,
int level,
);