PFNGLGETPROGRAMRESOURCENAMEPROC typedef

PFNGLGETPROGRAMRESOURCENAMEPROC = Void Function(Uint32 program, Uint32 programInterface, Uint32 index, Int32 bufSize, Pointer<Int32> length, Pointer<Utf8> name)

Implementation

typedef PFNGLGETPROGRAMRESOURCENAMEPROC = Void Function(
    Uint32 program,
    Uint32 programInterface,
    Uint32 index,
    Int32 bufSize,
    Pointer<Int32> length,
    Pointer<Utf8> name);