コード例 #1
0
ファイル: Graphics.cs プロジェクト: turric4n/CKGL
 public static void SetScissorTest(Framebuffer framebuffer) => graphics.SetScissorTest(framebuffer);
コード例 #2
0
ファイル: Graphics.cs プロジェクト: turric4n/CKGL
 public static void SetViewport(Framebuffer framebuffer) => graphics.SetViewport(framebuffer);