Bulk update nvpro-samples 03/10/22
This commit is contained in:
parent
7a2e7e6837
commit
08dab08b0b
7 changed files with 7 additions and 7 deletions
|
|
@ -54,7 +54,7 @@ static void onErrorCallback(int error, const char* description)
|
|||
void renderUI(HelloVulkan& helloVk)
|
||||
{
|
||||
ImGuiH::CameraWidget();
|
||||
ImGui::SetNextTreeNodeOpen(true, ImGuiCond_Once);
|
||||
ImGui::SetNextItemOpen(true, ImGuiCond_Once);
|
||||
if(ImGui::CollapsingHeader("Light"))
|
||||
{
|
||||
ImGui::RadioButton("Point", &helloVk.m_pcRaster.lightType, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue