Skip to content

Commit d20343e

Browse files
committed
Lowered size of resources
1 parent 365fad6 commit d20343e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/renderer-app/application.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ void Application::init(Systems::RendererSettings settings) {
2828
void Application::run(int argc, char* argv[]) {
2929

3030
Systems::RendererSettings settings{};
31-
settings.samplesMSAA = MSAASamples::x8;
31+
settings.samplesMSAA = MSAASamples::x1;
3232
settings.clearColor = Vec4(0.02, 0.02, 0.02, 1.0);
3333
settings.enableUI = true;
3434
settings.enableRaytracing = true;
35-
settings.softwareAA = false;
35+
settings.softwareAA = true;
3636

3737
if (argc == 1)
3838
std::cout << "No arguments submitted, initializing with default parameters..." << std::endl;
-40.8 MB
Loading
-49.6 MB
Loading

0 commit comments

Comments
 (0)