Update example to use unified1 headers

Also remove the 1.1-specific example.
This commit is contained in:
David Neto
2020-05-20 11:58:47 -04:00
parent ffc6044386
commit 00aecb0fbb
3 changed files with 3 additions and 50 deletions
+3 -3
View File
@@ -24,9 +24,9 @@
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
#include <spirv/1.0/GLSL.std.450.h>
#include <spirv/1.0/OpenCL.std.h>
#include <spirv/1.0/spirv.hpp>
#include <spirv/unified1/GLSL.std.450.h>
#include <spirv/unified1/OpenCL.std.h>
#include <spirv/unified1/spirv.hpp>
namespace {