74bool IsOfType(
const std::filesystem::path& path);
125 u32 enable_buffer_effects = 1;
126 u32 bloom_translucency = 0;
127 f32 mipmap_bias = 0.0f;
128 f32 mipmap_slope = 0.0f;
129 f32 draw_distance_near = 0.0f;
130 f32 draw_distance_far = 0.0f;
131 u32 distance_fog_red = 0;
132 u32 distance_fog_green = 0;
133 u32 distance_fog_blue = 0;
134 u32 distance_transition_translucency = 0;
139static_assert(
sizeof(RRenderConfig) == 0x40);
143RRenderConfig Parse(
Reader& f);
f32 fog_draw_distance_far
Definition render.hpp:50
u8 distance_transition_translucency
Definition render.hpp:55
Represents settings for rendering.
Definition render.hpp:40
bool IsOfType(BufferView buffer)
Tests if the provided file is a render config.
Buffer Export(const RenderConfig &render_config)
Converts a render config to a binary file representation.
RenderConfig Import(BufferView buffer)
Parses a binary file and converts it to a RenderConfig struct.