Table of Contents

Enum FrameLog

Namespace
OmegaEngine
Assembly
OmegaEngine.dll
public enum FrameLog
Extension Methods

Fields

CpuGpu = 2

Create a log of the frame stalling the GPU pipeline, measuring the CPU and GPU load

CpuOnly = 1

Create a log of the frame without stalling the GPU pipeline, measuring only the CPU load

Off = 0

Do not create a log of the frame

See Also