mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-10 02:50:28 +01:00
glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functions
The GL_AMD_framebuffer_multisample_advanced spec says:
OpenGL ES dependencies:
Requires OpenGL ES 3.0.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107483
Fixes: 3d6900d76e ("glapi: define AMD_framebuffer_multisample_advanced and add its functions")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Cc: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
parent
7a46b2d641
commit
b7946f6778
1 changed files with 2 additions and 2 deletions
|
|
@ -13043,7 +13043,7 @@
|
|||
<enum name="NUM_SUPPORTED_MULTISAMPLE_MODES_AMD" value="0x91B6"/>
|
||||
<enum name="SUPPORTED_MULTISAMPLE_MODES_AMD" value="0x91B7"/>
|
||||
|
||||
<function name="RenderbufferStorageMultisampleAdvancedAMD" es2="2.0">
|
||||
<function name="RenderbufferStorageMultisampleAdvancedAMD" es2="3.0">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="samples" type="GLsizei"/>
|
||||
<param name="storageSamples" type="GLsizei"/>
|
||||
|
|
@ -13052,7 +13052,7 @@
|
|||
<param name="height" type="GLsizei"/>
|
||||
</function>
|
||||
|
||||
<function name="NamedRenderbufferStorageMultisampleAdvancedAMD" es2="2.0">
|
||||
<function name="NamedRenderbufferStorageMultisampleAdvancedAMD" es2="3.0">
|
||||
<param name="renderbuffer" type="GLuint" />
|
||||
<param name="samples" type="GLsizei" />
|
||||
<param name="storageSamples" type="GLsizei"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue