Bulk update nvpro-samples 03/10/22

This commit is contained in:
Mathias Heyer 2022-03-10 23:08:32 -08:00
parent 7a2e7e6837
commit 08dab08b0b
7 changed files with 7 additions and 7 deletions

View file

@ -216,7 +216,7 @@ int main(int argc, char** argv)
ImGui::ColorEdit3("Clear color", reinterpret_cast<float*>(&clearColor));
renderUI(helloVk);
ImGui::SetNextTreeNodeOpen(true, ImGuiCond_Once);
ImGui::SetNextItemOpen(true, ImGuiCond_Once);
if(ImGui::CollapsingHeader("Ambient Occlusion"))
{
bool changed{false};