From fa540d1414278285f2c948f51635ee8c0e3bd6ee Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Thu, 15 Oct 2015 13:55:18 -0600 Subject: [PATCH] SPV: Remove accidental inclusion of a test. --- Test/test-spirv-list | 2 -- glslang/Include/revision.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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"