PFNGLBINDIMAGETEXTUREPROC typedef

PFNGLBINDIMAGETEXTUREPROC = Void Function(Uint32 unit, Uint32 texture, Int32 level, Uint8 layered, Int32 layer, Uint32 access, Uint32 format)

Implementation

typedef PFNGLBINDIMAGETEXTUREPROC = Void Function(Uint32 unit, Uint32 texture,
    Int32 level, Uint8 layered, Int32 layer, Uint32 access, Uint32 format);