Rename KHX to EXT to match the released specs
GL_KHX_multiview and GL_KHX_device_group don't exist, they were released as GL_EXT_multiview and GL_EXT_device_group.
This commit is contained in:
parent
c18cae2145
commit
efc972799d
7 changed files with 26 additions and 26 deletions
|
|
@ -132,9 +132,9 @@ const char* const E_GL_ARB_sparse_texture_clamp = "GL_ARB_sparse_texture
|
|||
const char* const E_GL_EXT_shader_non_constant_global_initializers = "GL_EXT_shader_non_constant_global_initializers";
|
||||
const char* const E_GL_EXT_shader_image_load_formatted = "GL_EXT_shader_image_load_formatted";
|
||||
|
||||
// KHX extensions
|
||||
const char* const E_GL_KHX_device_group = "GL_KHX_device_group";
|
||||
const char* const E_GL_KHX_multiview = "GL_KHX_multiview";
|
||||
// EXT extensions
|
||||
const char* const E_GL_EXT_device_group = "GL_EXT_device_group";
|
||||
const char* const E_GL_EXT_multiview = "GL_EXT_multiview";
|
||||
|
||||
// #line and #include
|
||||
const char* const E_GL_GOOGLE_cpp_style_line_directive = "GL_GOOGLE_cpp_style_line_directive";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue