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