1bf215546Sopenharmony_ci<?xml version="1.0"?> 2bf215546Sopenharmony_ci<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd"> 3bf215546Sopenharmony_ci 4bf215546Sopenharmony_ci<OpenGLAPI> 5bf215546Sopenharmony_ci 6bf215546Sopenharmony_ci<category name="GL_ARB_gl_spirv" number="190"> 7bf215546Sopenharmony_ci 8bf215546Sopenharmony_ci <enum name="SHADER_BINARY_FORMAT_SPIR_V_ARB" value="0x9551"/> 9bf215546Sopenharmony_ci <enum name="SPIR_V_BINARY_ARB" value="0x9552"/> 10bf215546Sopenharmony_ci 11bf215546Sopenharmony_ci <function name="SpecializeShaderARB"> 12bf215546Sopenharmony_ci <param name="shader" type="GLuint"/> 13bf215546Sopenharmony_ci <param name="pEntryPoint" type="const GLchar *" count="(strlen(pEntryPoint) + 1)"/> 14bf215546Sopenharmony_ci <param name="numSpecializationConstants" type="GLuint"/> 15bf215546Sopenharmony_ci <param name="pConstantIndex" type="const GLuint *" count="numSpecializationConstants"/> 16bf215546Sopenharmony_ci <param name="pConstantValue" type="const GLuint *" count="numSpecializationConstants"/> 17bf215546Sopenharmony_ci </function> 18bf215546Sopenharmony_ci 19bf215546Sopenharmony_ci</category> 20bf215546Sopenharmony_ci 21bf215546Sopenharmony_ci</OpenGLAPI> 22