Пример #1
0
 public static void Reset()
 {
     FrontFaceState.Reset();
     CullModeState.Reset();
     PolygonModeState.Reset();
     BlendState.Reset();
     DepthState.Reset();
     ColourMaskState.Reset();
     DepthMaskState.Reset();
 }
Пример #2
0
 internal static void SetDepth(DepthState depthState) => graphics.SetDepth(depthState);