PFNGLTEXSUBIMAGE1DPROCDart typedef
PFNGLTEXSUBIMAGE1DPROCDart =
void Function(int target, int level, int xoffset, int width, int format, int type, Pointer<NativeType> pixels)
Implementation
typedef PFNGLTEXSUBIMAGE1DPROCDart =
void Function(
int target,
int level,
int xoffset,
int width,
int format,
int type,
Pointer<NativeType> pixels,
);