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