Ejemplo n.º 1
0
 public static void Reset()
 {
     FrontFaceState.Reset();
     CullModeState.Reset();
     PolygonModeState.Reset();
     BlendState.Reset();
     DepthState.Reset();
     ColourMaskState.Reset();
     DepthMaskState.Reset();
 }
Ejemplo n.º 2
0
 internal static void SetDepth(DepthState depthState) => graphics.SetDepth(depthState);