Files
renderdoc/renderdoc/data
Jason Ekstrand 8034d1a678 vulkan: Add locations to shader inputs/outputs
As-is, glslang doesn't provide default locations on inputs so these weren't
getting any location decorations whatsoever.  This is illegal in Vulkan.
While putting them in a struct *should* be possible in theory, glslang
doesn't like to do it with the glsl version in the shader.  Just splitting
them into separate inputs seems like the most reliable solution.
2016-06-15 10:35:15 -07:00
..