SPIRV-Cross/reference/opt
Chip Davis 056c0e207d Take the vertex count from any indirect parameters passed.
This is necessary to deal with indirect draws, where the draw parameters
are given in a buffer instead of passed by the CPU. For normal draws,
the draw parameters are set with Metal's `setVertexBytes:` method.

This undoes the change to add the vertex count to the aux buffer,
rendering that entire discussion largely moot. Oh well. It was a
discussion that needed to happen anyway.
2019-02-06 15:17:14 -06:00
..
shaders GLSL/MSL: Implement 8-bit part of VK_KHR_shader_float16_int8. 2019-01-30 15:45:24 +01:00
shaders-hlsl Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00
shaders-msl Take the vertex count from any indirect parameters passed. 2019-02-06 15:17:14 -06:00