Add GLSL to SPIR-V compilation support using glslang
authorPyry Haulos <phaulos@google.com>
Fri, 19 Jun 2015 22:25:34 +0000 (15:25 -0700)
committerPyry Haulos <phaulos@google.com>
Wed, 24 Jun 2015 22:15:28 +0000 (15:15 -0700)
commit29ae4d146a7c2873bbd018bceba9fd43a6d0f726
treefcfbb6d5dc93ca56fd0110d8838facae36dfddb5
parent6f3e958271ef16909855f78622f642a2f05a6791
Add GLSL to SPIR-V compilation support using glslang

Change-Id: Ie28c68f482355ebab5e4e913cab075fe7188e7ce
CMakeLists.txt
external/glslang/CMakeLists.txt [new file with mode: 0644]
external/glslang/osinclude.cpp [new file with mode: 0644]
external/glslang/osinclude.h [new file with mode: 0644]
framework/vulkan/CMakeLists.txt
framework/vulkan/vkGlslToSpirV.cpp [new file with mode: 0644]
framework/vulkan/vkGlslToSpirV.hpp [new file with mode: 0644]
framework/vulkan/vkPrograms.cpp
framework/vulkan/vkPrograms.hpp
modules/vulkan/vktTestPackage.cpp