PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC typedef

PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC = Void Function(Uint32 program, Uint32 uniformBlockIndex, Uint32 bufSize, Pointer<Uint32> length, Pointer<Int8> uniformBlockName)

Implementation

typedef PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC =
    Void Function(
      Uint32 program,
      Uint32 uniformBlockIndex,
      Uint32 bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> uniformBlockName,
    );