Photon Editor Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
editor_lib_config.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
6{
7
8inline constexpr bool ENABLE_RENDER_SYSTEM_ASYNC_FILE_READING = true;
9
10inline constexpr std::size_t NUM_RENDER_THREAD_BUFFERED_FRAMES = 2;
11
12}// end namespace ph::editor::config
Definition editor_lib_config.h:6
constexpr std::size_t NUM_RENDER_THREAD_BUFFERED_FRAMES
Definition editor_lib_config.h:10
constexpr bool ENABLE_RENDER_SYSTEM_ASYNC_FILE_READING
Definition editor_lib_config.h:8