You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I understand is that vkCmdBeginTransformFeedbackEXT() must be called inside an active render pass. In order to use vkCmdExecuteCommands() the render pass must be begun with VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS, but if you use that flag you get vkCmdBeginTransformFeedbackEXT(): cannot be called in a subpass using secondary command buffers
Some misc tests that are just clearly missing test coverage
The text was updated successfully, but these errors were encountered: