Texture_getWidth function

  1. @Native<Uint32 Function(Pointer<TTexture>, Uint32)>(ffi.Pointer<TTexture>, ffi.Uint32)>(isLeaf: true)
int Texture_getWidth(
  1. Pointer<TTexture> tTexture,
  2. int level
)

Implementation

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