mesa: GetFramebufferParameteriv spelling
GetFramebufferParameteriv was incorrectly spelled as GetFramebufferParameteri. Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
@@ -148,7 +148,7 @@ functions = {
|
|||||||
# OpenGL 4.3 / GL_ARB_framebuffer_no_attachments. Mesa can expose the
|
# OpenGL 4.3 / GL_ARB_framebuffer_no_attachments. Mesa can expose the
|
||||||
# extension with OpenGL 3.0.
|
# extension with OpenGL 3.0.
|
||||||
"FramebufferParameteri": exec_info(compatibility=30, core=31, es2=31),
|
"FramebufferParameteri": exec_info(compatibility=30, core=31, es2=31),
|
||||||
"GetFramebufferParameteri": exec_info(compatibility=30, core=31, es2=31),
|
"GetFramebufferParameteriv": exec_info(compatibility=30, core=31, es2=31),
|
||||||
|
|
||||||
# OpenGL 4.5 / GL_ARB_direct_state_access. Mesa can expose the extension
|
# OpenGL 4.5 / GL_ARB_direct_state_access. Mesa can expose the extension
|
||||||
# with core profile.
|
# with core profile.
|
||||||
|
@@ -10932,12 +10932,12 @@
|
|||||||
|
|
||||||
<enum name="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB" value="0x9342">
|
<enum name="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB" value="0x9342">
|
||||||
<size name="FramebufferParameteri"/>
|
<size name="FramebufferParameteri"/>
|
||||||
<size name="GetFramebufferParameteri"/>
|
<size name="GetFramebufferParameteriv"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<enum name="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB" value="0x9343">
|
<enum name="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB" value="0x9343">
|
||||||
<size name="FramebufferParameteri"/>
|
<size name="FramebufferParameteri"/>
|
||||||
<size name="GetFramebufferParameteri"/>
|
<size name="GetFramebufferParameteriv"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<function name="FramebufferSampleLocationsfvARB" no_error="true">
|
<function name="FramebufferSampleLocationsfvARB" no_error="true">
|
||||||
@@ -10984,12 +10984,12 @@
|
|||||||
|
|
||||||
<enum name="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV" value="0x9342" alias="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB">
|
<enum name="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV" value="0x9342" alias="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB">
|
||||||
<size name="FramebufferParameteri"/>
|
<size name="FramebufferParameteri"/>
|
||||||
<size name="GetFramebufferParameteri"/>
|
<size name="GetFramebufferParameteriv"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<enum name="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV" value="0x9343" alias="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB">
|
<enum name="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV" value="0x9343" alias="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB">
|
||||||
<size name="FramebufferParameteri"/>
|
<size name="FramebufferParameteri"/>
|
||||||
<size name="GetFramebufferParameteri"/>
|
<size name="GetFramebufferParameteriv"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<function name="FramebufferSampleLocationsfvNV" no_error="true" es2="3.1" alias="FramebufferSampleLocationsfvARB">
|
<function name="FramebufferSampleLocationsfvNV" no_error="true" es2="3.1" alias="FramebufferSampleLocationsfvARB">
|
||||||
|
Reference in New Issue
Block a user