예제 #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 SetPolygonMode(PolygonModeState polygonModeState) => graphics.SetPolygonMode(polygonModeState);