SPIRV-Cross/shaders
Chip Davis c0760eb91f MSL: Fix patch vertex count with raw buffer tese input.
We can no longer rely on the `patch_control_point<>` array being
present, so the best we can do is use the value given us at compile
time.

This was an oversight on my part when I initially implemented the
raw-buffer tessellation evaluation input mode. The lack of tests for the
`PatchVertices` built-in almost certainly contributed, so I fixed that
in this patch.

Fixes the test
`dEQP-VK.tessellation.shader_input_output.patch_vertices_in_tes`. This
is the last failing test under `dEQP-VK.tessellation`.
2023-12-04 14:24:16 -08:00
..
amd Move all .invalid shaders into no-opt folders. 2019-11-05 13:19:19 -05:00
asm GLSL, MSL: Handle OpUndef as part of a constant composite. 2022-11-20 02:08:33 -08:00
comp Move all .invalid shaders into no-opt folders. 2019-11-05 13:19:19 -05:00
desktop-only GLSL: Improve support for GL_ARB_shader_draw_parameters in desktop GLSL. 2020-05-22 12:53:34 +02:00
flatten Move all .invalid shaders into no-opt folders. 2019-11-05 13:19:19 -05:00
frag GLSL: Support OpReadClockKHR 2023-01-19 22:28:38 +11:00
geom GLSL: Add support for transform_feedback3 geometry streams. 2020-09-30 13:01:35 +02:00
legacy GLSL: Fix expression reorder bug with legacy FMA fallback. 2023-03-30 17:24:11 +02:00
mesh GLSL: Implement GL_EXT_mesh_shader. 2022-09-05 11:25:04 +02:00
tesc Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
tese MSL: Fix patch vertex count with raw buffer tese input. 2023-12-04 14:24:16 -08:00
vert GLSL: Fix row-major workaround wrapper for ES. 2022-12-13 15:44:03 +01:00
vulkan Update dependencies. 2022-09-02 14:58:04 +02:00