PFNGLGETTEXTUREIMAGEPROC typedef

PFNGLGETTEXTUREIMAGEPROC = Void Function(Uint32 texture, Int32 level, Uint32 format, Uint32 type, Int32 bufSize, Pointer<Void> pixels)

Implementation

typedef PFNGLGETTEXTUREIMAGEPROC = Void Function(Uint32 texture, Int32 level,
    Uint32 format, Uint32 type, Int32 bufSize, Pointer<Void> pixels);