test program that renders a quad using spirv shaders, used for debugging master
authorEleni Maria Stea <estea@igalia.com>
Thu, 8 Mar 2018 10:37:22 +0000 (12:37 +0200)
committerEleni Maria Stea <estea@igalia.com>
Thu, 8 Mar 2018 10:37:22 +0000 (12:37 +0200)
commit3558254a2400ae27a2e147681ba0848c1a1b19a1
tree104f7a6310fb6974b7212c05960f2530315ea985
test program that renders a quad using spirv shaders, used for debugging
SPIR-V at work
Makefile [new file with mode: 0644]
data/pixel2.f.glsl [new file with mode: 0644]
data/spirv/pixel.spv [new file with mode: 0644]
data/spirv/vertex.spv [new file with mode: 0644]
data/test.f.glsl [new file with mode: 0644]
data/test.v.glsl [new file with mode: 0644]
src/main.cc [new file with mode: 0644]