kmy_for_yukar
SharpKmyCore
Base
BaseTypes.h
1
#pragma once
2
3
namespace
SharpKmyBase
4
{
5
public enum class
PerformancePeriodType
6
{
7
Sound
,
8
FixedUpdate
,
9
Animate
,
10
MatrixUpdate
,
11
PhysicsUpdate
,
12
PhysicsFit
,
13
Particle
,
14
GameLogic
,
15
MakeCommandX
,
16
MakeNativeCommand
,
17
18
Update
,
19
GraphicsUpdate
,
20
MakeCommand
,
21
DrawCall
,
22
WaitVSync
,
23
LoadResource
,
24
Physics
,
25
26
Shadow
,
27
ZPrepass
,
28
Base
,
29
SSS
,
30
Ssao
,
31
Unlit
,
32
Fog
,
33
Translucent
,
34
Fxaa
,
35
Dof
,
36
Bloom
,
37
UI
,
38
Other
,
39
40
Count
,
41
};
42
}
SharpKmyBase
Definition:
Asset.cpp:6
SharpKmyBase::PerformancePeriodType
PerformancePeriodType
Definition:
BaseTypes.h:6
SharpKmyBase::PerformancePeriodType::Animate
@ Animate
SharpKmyBase::PerformancePeriodType::Update
@ Update
SharpKmyBase::PerformancePeriodType::Base
@ Base
SharpKmyBase::PerformancePeriodType::PhysicsFit
@ PhysicsFit
SharpKmyBase::PerformancePeriodType::ZPrepass
@ ZPrepass
SharpKmyBase::PerformancePeriodType::Translucent
@ Translucent
SharpKmyBase::PerformancePeriodType::MakeCommandX
@ MakeCommandX
SharpKmyBase::PerformancePeriodType::Shadow
@ Shadow
SharpKmyBase::PerformancePeriodType::MakeNativeCommand
@ MakeNativeCommand
SharpKmyBase::PerformancePeriodType::Physics
@ Physics
SharpKmyBase::PerformancePeriodType::Particle
@ Particle
SharpKmyBase::PerformancePeriodType::Other
@ Other
SharpKmyBase::PerformancePeriodType::PhysicsUpdate
@ PhysicsUpdate
SharpKmyBase::PerformancePeriodType::UI
@ UI
SharpKmyBase::PerformancePeriodType::GameLogic
@ GameLogic
SharpKmyBase::PerformancePeriodType::Fxaa
@ Fxaa
SharpKmyBase::PerformancePeriodType::LoadResource
@ LoadResource
SharpKmyBase::PerformancePeriodType::Dof
@ Dof
SharpKmyBase::PerformancePeriodType::FixedUpdate
@ FixedUpdate
SharpKmyBase::PerformancePeriodType::Sound
@ Sound
SharpKmyBase::PerformancePeriodType::MatrixUpdate
@ MatrixUpdate
SharpKmyBase::PerformancePeriodType::WaitVSync
@ WaitVSync
SharpKmyBase::PerformancePeriodType::GraphicsUpdate
@ GraphicsUpdate
SharpKmyBase::PerformancePeriodType::Fog
@ Fog
SharpKmyBase::PerformancePeriodType::Unlit
@ Unlit
SharpKmyBase::PerformancePeriodType::Bloom
@ Bloom
SharpKmyBase::PerformancePeriodType::Ssao
@ Ssao
SharpKmyBase::PerformancePeriodType::Count
@ Count
SharpKmyBase::PerformancePeriodType::DrawCall
@ DrawCall
SharpKmyBase::PerformancePeriodType::MakeCommand
@ MakeCommand
SharpKmyBase::PerformancePeriodType::SSS
@ SSS
Generated by
1.9.4