PFNGLCOMPRESSEDTEXTURESUBIMAGE3DPROCDart typedef
PFNGLCOMPRESSEDTEXTURESUBIMAGE3DPROCDart =
void Function(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Pointer<NativeType> data)
Implementation
typedef PFNGLCOMPRESSEDTEXTURESUBIMAGE3DPROCDart =
void Function(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize,
Pointer<NativeType> data,
);