Class GraphicsDevice
Inheritance
System.Object
GraphicsDevice
Assembly: Aximo.Render.dll
Syntax
public class GraphicsDevice
Fields
|
Improve this Doc
View Source
_DepthFunc
Declaration
public DepthFunction _DepthFunc
Field Value
Properties
|
Improve this Doc
View Source
CullFace
Declaration
public bool CullFace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CullFaceMode
Declaration
public CullFaceMode CullFaceMode { get; set; }
Property Value
|
Improve this Doc
View Source
Default
Declaration
public static GraphicsDevice Default { get; }
Property Value
|
Improve this Doc
View Source
DepthFunc
Declaration
public DepthFunction DepthFunc { get; set; }
Property Value
|
Improve this Doc
View Source
DepthMask
Declaration
public bool DepthMask { get; set; }
Property Value
Type |
Description |
System.Boolean |
|