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:
Tapani Pälli 2013-02-21 09:51:40 +02:00 committed by Vinson Lee
parent b804fb8714
commit b4dba5bba2

View file

@ -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"/>