Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generator/build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $gen = new ExtGenerator;
$reader->parse($spec, __DIR__ . '/data/gl.xml', __DIR__ . '/data/glrefs.json');

// import the gl spec into the generator
$gen->import($spec, 'gl', '4.1', [
$gen->import($spec, 'gl', '4.6', [
'glShaderSource', // custom implementation
'glBufferData', // custom implementation
'glGetSynciv', // currently not supported
Expand Down
579 changes: 578 additions & 1 deletion phpglfw.stub.php

Large diffs are not rendered by default.

1,338 changes: 1,338 additions & 0 deletions phpglfw_constants.c

Large diffs are not rendered by default.

Loading