Skeleton xenia::gpu::vulkan implementation, enough to start trace viewer.
This commit is contained in:
@@ -1439,7 +1439,8 @@ void TraceViewer::DrawStateUI() {
|
||||
}
|
||||
ImGui::EndChild();
|
||||
}
|
||||
if (ImGui::CollapsingHeader("Vertex Shader Output")) {
|
||||
if (ImGui::CollapsingHeader("Vertex Shader Output") &&
|
||||
QueryVSOutputElementSize()) {
|
||||
auto size = QueryVSOutputSize();
|
||||
auto el_size = QueryVSOutputElementSize();
|
||||
if (size > 0) {
|
||||
|
||||
Reference in New Issue
Block a user