#ifndef RENDERSETTINGS_H #define RENDERSETTINGS_H struct RenderSettings final { RenderSettings(); bool ssao; bool shadows; float testRadius; float testBias; float bump; int factor; bool dirtyFactor; }; #endif