Skip to content

Commit

Permalink
Implement Settings To Control Rendering (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Jun 21, 2022
1 parent ae2c577 commit de7fc28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ void Widget_RenderingSettings::Draw() {
ImGui::Separator();
ImGui::Spacing();
bool Apply = false;
ERS_STRUCT_RendererSettings* = SystemUtils_->RendererSettings_.get();


ImGui::InputInt2("Depth Map Resolution", DepthMapResolution_);
Expand Down

0 comments on commit de7fc28

Please sign in to comment.