mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
glcpp: Add built-in define for ARB_shader_image_load_store.
Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
parent
60c89f8bff
commit
6057300ec6
1 changed files with 3 additions and 0 deletions
|
|
@ -2126,6 +2126,9 @@ _glcpp_parser_handle_version_declaration(glcpp_parser_t *parser, intmax_t versio
|
|||
|
||||
if (extensions->ARB_compute_shader)
|
||||
add_builtin_define(parser, "GL_ARB_compute_shader", 1);
|
||||
|
||||
if (extensions->ARB_shader_image_load_store)
|
||||
add_builtin_define(parser, "GL_ARB_shader_image_load_store", 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue