コード例 #1
0
ファイル: Graphics.cs プロジェクト: turric4n/CKGL
 public static void Reset()
 {
     FrontFaceState.Reset();
     CullModeState.Reset();
     PolygonModeState.Reset();
     BlendState.Reset();
     DepthState.Reset();
     ColourMaskState.Reset();
     DepthMaskState.Reset();
 }
コード例 #2
0
ファイル: Graphics.cs プロジェクト: turric4n/CKGL
 internal static void SetDepthMask(DepthMaskState depthMaskState) => graphics.SetDepthMask(depthMaskState);