mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 19:41:00 +00:00
[ES] Typo corrections in the ES 3.1 bindings
This commit is contained in:
parent
a706a78cf5
commit
47e49c85b3
|
@ -9,7 +9,7 @@
|
|||
<use token="GL_COMPUTE_WORK_GROUP_SIZE" />
|
||||
</enum>
|
||||
<enum name="GetPName">
|
||||
<uso token="GL_DISPATCH_INDIRECT_BUFFER_BINDING"/>
|
||||
<use token="GL_DISPATCH_INDIRECT_BUFFER_BINDING"/>
|
||||
<use token="GL_MAX_COMPUTE_UNIFORM_BLOCKS"/>
|
||||
<use token="GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS"/>
|
||||
<use token="GL_MAX_COMPUTE_IMAGE_UNIFORMS"/>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<signatures version="2">
|
||||
|
||||
<add name="gles2" version="3.1">
|
||||
|
|
Loading…
Reference in a new issue