Skip to content

turnip: pCounterBufferOffsets can be NULL on vkCmdBeginTransformFeedbackEXT() and vkCmdEndTransformFeedbackEXT

According to the spec for both vkCmd{Begin,End}TransformFeedbackEXT(), if pCounterBufferOffsets is NULL, then it is assumed the offsets are zero.

Fixes crash on dEQP-VK.transform_feedback.simple.backward_dependency_no_offset_array

Merge request reports