PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC typedef

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

Implementation

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