10 lines
185 B
C#
10 lines
185 B
C#
namespace Valve.VR
|
|
{
|
|
public enum EVRCompositorTimingMode
|
|
{
|
|
Implicit = 0,
|
|
Explicit_RuntimePerformsPostPresentHandoff = 1,
|
|
Explicit_ApplicationPerformsPostPresentHandoff = 2
|
|
}
|
|
}
|