PFNGLSHADERSTORAGEBLOCKBINDINGPROC typedef

PFNGLSHADERSTORAGEBLOCKBINDINGPROC = Void Function(Uint32 program, Uint32 storageBlockIndex, Uint32 storageBlockBinding)

Implementation

typedef PFNGLSHADERSTORAGEBLOCKBINDINGPROC =
    Void Function(
      Uint32 program,
      Uint32 storageBlockIndex,
      Uint32 storageBlockBinding,
    );