Show / Hide Table of Contents

Class GraphicsDeviceSettings

Inheritance
Object
GraphicsDeviceSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
public static class GraphicsDeviceSettings

Properties

graphicsJobsSyncPoint

Declaration
public static GraphicsJobsSyncPoint graphicsJobsSyncPoint { get; set; }
Property Value
Type Description
GraphicsJobsSyncPoint

waitForPresentSyncPoint

Declaration
public static WaitForPresentSyncPoint waitForPresentSyncPoint { get; set; }
Property Value
Type Description
WaitForPresentSyncPoint
  • Improve this Doc
  • View Source
Back to top Generated by DocFX