Skip to content

Commit

Permalink
Enable ray tracing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyalive committed Jan 5, 2022
1 parent b40e9a0 commit e023637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Vk_Demo {
bool show_ui = true;
bool vsync = true;
bool animate = false;
bool raytracing_active = false;
bool raytracing_active = true;
bool show_texture_lod = false;
bool spp4 = false;

Expand Down

0 comments on commit e023637

Please sign in to comment.