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