faae9ab2ee
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
32 lines
969 B
XML
32 lines
969 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_texture_storage_multisample" number="141">
|
|
|
|
<function name="TexStorage2DMultisample" es2="3.1">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="samples" type="GLsizei"/>
|
|
<param name="internalformat" type="GLenum"/>
|
|
<param name="width" type="GLsizei"/>
|
|
<param name="height" type="GLsizei"/>
|
|
<param name="fixedsamplelocations" type="GLboolean"/>
|
|
</function>
|
|
|
|
<function name="TexStorage3DMultisample" es2="3.2">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="samples" type="GLsizei"/>
|
|
<param name="internalformat" type="GLenum"/>
|
|
<param name="width" type="GLsizei"/>
|
|
<param name="height" type="GLsizei"/>
|
|
<param name="depth" type="GLsizei"/>
|
|
<param name="fixedsamplelocations" type="GLboolean"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|