kmy_for_yukar
SharpKmyCore
Base
BaseTypes.h
1
#pragma once
2
3
namespace
XXSharpKmyBase
4
{
5
private 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.PerformancePeriodType
PerformancePeriodType
描画フェーズの一覧 本体は BaseTypes.h に DEFINE_ENUM で定義されています。VSでは定義が追えないため、変更漏れに注意してください。
Definition:
BaseTypes.cs:10
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.DrawCall
@ DrawCall
SharpKmyBase.PerformancePeriodType.MakeCommand
@ MakeCommand
SharpKmyBase.PerformancePeriodType.SSS
@ SSS
SharpKmyPlatform.Target.Count
@ Count
構築:
1.9.4