예제 #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);