PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC typedef
PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC =
Void Function(Uint32 target, Int32 level, Int32 xoffset, Uint32 width, Uint32 format, Uint32 imageSize, Pointer<NativeType> data)
Implementation
typedef PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC =
Void Function(
Uint32 target,
Int32 level,
Int32 xoffset,
Uint32 width,
Uint32 format,
Uint32 imageSize,
Pointer<NativeType> data,
);