diff --git a/Test/test-spirv-list b/Test/test-spirv-list index 64d1f296..0e235872 100644 --- a/Test/test-spirv-list +++ b/Test/test-spirv-list @@ -83,5 +83,3 @@ spv.atomic.comp spv.AofA.frag spv.queryL.frag spv.shortCircuit.frag -# GLSL-level semantics -vulkan.frag diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h index cb98f939..7ae1573d 100644 --- a/glslang/Include/revision.h +++ b/glslang/Include/revision.h @@ -2,5 +2,5 @@ // For the version, it uses the latest git tag followed by the number of commits. // For the date, it uses the current date (when then script is run). -#define GLSLANG_REVISION "3.0.789" +#define GLSLANG_REVISION "3.0.790" #define GLSLANG_DATE "15-Oct-2015"