PFNGLBINDIMAGETEXTUREEXTPROC typedef

PFNGLBINDIMAGETEXTUREEXTPROC = Void Function(Uint32 index, Uint32 texture, Int32 level, Int32 layered, Int32 layer, Uint32 access, Int32 format)

Implementation

typedef PFNGLBINDIMAGETEXTUREEXTPROC =
    Void Function(
      Uint32 index,
      Uint32 texture,
      Int32 level,
      Int32 layered,
      Int32 layer,
      Uint32 access,
      Int32 format,
    );