mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 21:20:25 +01:00
32 lines
922 B
XML
32 lines
922 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_blend_func_extended" number="78">
|
|
|
|
<function name="BindFragDataLocationIndexed" no_error="true">
|
|
<param name="program" type="GLuint"/>
|
|
<param name="colorNumber" type="GLuint"/>
|
|
<param name="index" type="GLuint"/>
|
|
<param name="name" type="const GLchar *"/>
|
|
</function>
|
|
|
|
<function name="GetFragDataIndex">
|
|
<param name="program" type="GLuint"/>
|
|
<param name="name" type="const GLchar *"/>
|
|
<return type="GLint"/>
|
|
</function>
|
|
|
|
<enum name="SRC1_COLOR" value="0x88F9"/>
|
|
<!-- SRC1_ALPHA is defined in core GL -->
|
|
<enum name="ONE_MINUS_SRC1_COLOR" value="0x88FA"/>
|
|
<enum name="ONE_MINUS_SRC1_ALPHA" value="0x88FB"/>
|
|
|
|
<enum name="MAX_DUAL_SOURCE_DRAW_BUFFERS" value="0x88FC"/>
|
|
</category>
|
|
|
|
</OpenGLAPI>
|