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
vkCmdDrawMeshTasksIndirectNV has the following VU:
If the multi-draw indirect feature is not enabled, drawCount must be 0 or 1
However, using this function without enabling the feature produces no validation errors (unlike vkCmdDrawIndexedIndirect).
There are some other missing VUs, for example the issue #450 also applies to this function, but I don't have a full list OTOH - I've only ran into the multiDrawIndirect feature problem and the buffer usage problem.
The text was updated successfully, but these errors were encountered:
vkCmdDrawMeshTasksIndirectNV has the following VU:
However, using this function without enabling the feature produces no validation errors (unlike vkCmdDrawIndexedIndirect).
There are some other missing VUs, for example the issue #450 also applies to this function, but I don't have a full list OTOH - I've only ran into the multiDrawIndirect feature problem and the buffer usage problem.
The text was updated successfully, but these errors were encountered: