mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
glsl: Accept atomic_uint type in GLSL ES 3.1.
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
d589df9401
commit
9d0bb6be09
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ const static struct builtin_type_versions {
|
|||
T(uimage2DMS, 420, 999)
|
||||
T(uimage2DMSArray, 420, 999)
|
||||
|
||||
T(atomic_uint, 420, 999)
|
||||
T(atomic_uint, 420, 310)
|
||||
};
|
||||
|
||||
static const glsl_type *const deprecated_types[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue