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
5
namespace
ph::editor::config
6
{
7
8
inline
constexpr
bool
ENABLE_RENDER_SYSTEM_ASYNC_FILE_READING
=
true
;
9
10
inline
constexpr
std::size_t
NUM_RENDER_THREAD_BUFFERED_FRAMES
= 2;
11
12
}
// end namespace ph::editor::config
ph::editor::config
Definition
editor_lib_config.h:6
ph::editor::config::NUM_RENDER_THREAD_BUFFERED_FRAMES
constexpr std::size_t NUM_RENDER_THREAD_BUFFERED_FRAMES
Definition
editor_lib_config.h:10
ph::editor::config::ENABLE_RENDER_SYSTEM_ASYNC_FILE_READING
constexpr bool ENABLE_RENDER_SYSTEM_ASYNC_FILE_READING
Definition
editor_lib_config.h:8
Source
editor_lib_config.h
Generated by
1.11.0