mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
glapi: mark static_dispatch false for DiscardFramebufferEXT
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61199 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Tested-by: Vinson Lee <vlee@freedesktop.org> Tested-by: Brad King <brad.king@kitware.com> Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
parent
b804fb8714
commit
b4dba5bba2
1 changed files with 2 additions and 1 deletions
|
|
@ -666,7 +666,8 @@
|
|||
<!-- 64. GL_EXT_discard_framebuffer -->
|
||||
|
||||
<category name="GL_EXT_discard_framebuffer" number="64">
|
||||
<function name="DiscardFramebufferEXT" es1="1.0" es2="2.0" offset="assign" desktop="false">
|
||||
<function name="DiscardFramebufferEXT" es1="1.0" es2="2.0"
|
||||
offset="assign" static_dispatch="false" desktop="false">
|
||||
<param name="target" type="GLenum"/>
|
||||
<param name="numAttachments" type="GLsizei"/>
|
||||
<param name="attachments" type="const GLenum *" count="numAttachments"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue