aboutsummaryrefslogtreecommitdiff
path: root/source/ext_inst.cpp
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2015-08-14 14:42:30 -0400
committerLei Zhang <antiagainst@google.com>2015-08-17 09:08:31 -0400
commit884c83388910a7e3c9c1627dca5a693eb43c90db (patch)
tree7b0cfe17c2a7734005b0019e05fd335d1c9ee9e4 /source/ext_inst.cpp
parent17f1bae331c6020bf7c0a91f70da73d5a593e5ac (diff)
downloadspirv-tools-884c83388910a7e3c9c1627dca5a693eb43c90db.tar.gz
Substitute GLSL450Lib.h with GLSL.std.450.h of revision 31.
Diffstat (limited to 'source/ext_inst.cpp')
-rw-r--r--source/ext_inst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ext_inst.cpp b/source/ext_inst.cpp
index 04e1bba9..76506f16 100644
--- a/source/ext_inst.cpp
+++ b/source/ext_inst.cpp
@@ -4,7 +4,7 @@
static const spv_ext_inst_desc_t glslStd450Entries[] = {
{
- "round", GLSL_STD_450::Round, {SPV_OPERAND_TYPE_ID},
+ "round", GLSLstd450::GLSLstd450Round, {SPV_OPERAND_TYPE_ID},
},
// TODO: Add remaining GLSL.std.450 instructions
};