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