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