nir: Allow nir_var_mem_global variables
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15486>
This commit is contained in:

committed by
Marge Bot

parent
dc8c77cc8f
commit
80a076382d
@@ -1772,6 +1772,7 @@ nir_validate_shader(nir_shader *shader, const char *when)
|
||||
nir_var_system_value |
|
||||
nir_var_mem_ssbo |
|
||||
nir_var_mem_shared |
|
||||
nir_var_mem_global |
|
||||
nir_var_mem_push_const |
|
||||
nir_var_mem_constant |
|
||||
nir_var_image;
|
||||
|
Reference in New Issue
Block a user