Skip to content
Snippets Groups Projects
Commit 4bf98627 authored by Rhys Kidd's avatar Rhys Kidd Committed by Emil Velikov
Browse files

glsl/tests: Add UINT64 and INT64 types


glsl/tests/uniform_initializer_utils.cpp:83:14: warning: enumeration value ‘GLSL_TYPE_UINT64’ not handled in switch [-Wswitch]
       switch (type->base_type) {
              ^
glsl/tests/uniform_initializer_utils.cpp:83:14: warning: enumeration value ‘GLSL_TYPE_INT64’ not handled in switch [-Wswitch]

Fixes: 8ce53d4a ("glsl: Add basic ARB_gpu_shader_int64 types")
Signed-off-by: default avatarRhys Kidd <rhyskidd@gmail.com>
Reviewed-by: default avatarEmil Velikov <emil.velikov@collabora.com>
Reviewed-by: default avatarElie Tournier <tournier.elie@gmail.com>
parent 6181ab9d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment