PFNGLBINDIMAGETEXTUREPROC typedef

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

Implementation

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