Wireframe unavailable for draw calls with vertex format VK_FORMAT_R8G8B8A8_UINT #3511
Labels
Bug
A crash, misbehaviour, or other problem
Need More Info
More information is needed from a user to work on this issue
Description of Bug
To be more specific, RenderDoc does not seem to show the wireframe for a draw call selected in the Event Browser, in the "VS In" tab of the Preview window in Mesh Viewer, if the data format of the vertices in the draw call is VK_FORMAT_R8G8B8A8_UINT (that is, four 8-bit integer vertex values).
The "VS Out" tab does not seem to be affected by the issue.
Oddly enough, triangles and vertices can be selected in the "VS In" tab, and the effect of that is shown in the VS Input table above the Preview. Meaning, the triangles do exist somewhere in there, but the wireframe is simply not shown.
Steps to reproduce
Load and play the attached capture, "adtears-small.rdc", in RenderDoc.
adtears-small.zip
Virtually all of the draw calls, up to #562, use VK_FORMAT_R32G32B32_SFLOAT or VK_FORMAT_R32G32B32A32_SFLOAT as their vertex format, except for the last 3 calls ( #572, #575, #585 ).
Select any of the 3 calls mentioned.
Wireframe is shown in the "VS Out" tab, but not in the "VS In" tab.
Environment
The text was updated successfully, but these errors were encountered: