PFNGLCOMPRESSEDTEXSUBIMAGE1DPROCDart typedef
PFNGLCOMPRESSEDTEXSUBIMAGE1DPROCDart =
void Function(int target, int level, int xoffset, int width, int format, int imageSize, Pointer<NativeType> data)
Implementation
typedef PFNGLCOMPRESSEDTEXSUBIMAGE1DPROCDart =
void Function(
int target,
int level,
int xoffset,
int width,
int format,
int imageSize,
Pointer<NativeType> data,
);