mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 01:08:03 +02:00
20 lines
507 B
XML
20 lines
507 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_OES_EGL_image">
|
|
|
|
<function name="EGLImageTargetTexture2DOES" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="writeOffset" type="GLvoid *"/>
|
|
</function>
|
|
|
|
<function name="EGLImageTargetRenderbufferStorageOES" offset="assign">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="writeOffset" type="GLvoid *"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|