Photon Editor Library
2.0.0-beta
A physically based renderer.
Toggle main menu visibility
Home
Components
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
w
Functions
a
c
g
i
n
p
s
t
Variables
Typedefs
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
f
i
l
p
t
Functions
Variables
Macros
f
i
p
▼
Photon Editor Library
Home
Components
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
Include
▼
Source
►
Api
►
App
►
Designer
►
EditorCore
►
Platform
►
Procedure
►
Render
►
RenderCore
►
ThirdParty
►
editor_lib_config.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Concepts
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
5
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