baggins183

Results 5 issues of baggins183

Leaving this in draft for regression testing Still needs a lot of refactoring. Also handling arbitrary readconst usage (not used in sharps).

Fixes a validation error about vkCmdSetVertexInputEXT(). If the V# corresponding to an input semantic has size 0, BindVertexBuffers() won't bind any buffer and wont add vulkan BindingInfo/AttributeInfo for that semantic....

Adds Inst to handle reads from output control points in hull shaders. Also clean up some random stuff like EmitGetAttribute which is mostly unused for hull/domain other than reading tess...