Skip to content

Commit

Permalink
Fix typo in EXT_sRGB. (KhronosGroup#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdashg authored Mar 4, 2021
1 parent 619c119 commit 354484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/EXT_sRGB/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</function>
<function name="renderbufferStorage">
<param name="internalformat" type="GLenum"/>
Accepted by the <code>internalformat</code> parameter: <code>SRGB_ALPHA8_EXT</code>
Accepted by the <code>internalformat</code> parameter: <code>SRGB8_ALPHA8_EXT</code>
</function>
<function name="getFramebufferAttachmentParameter">
<param name="pname" type="GLenum"/>
Expand Down

0 comments on commit 354484e

Please sign in to comment.