INTERNAL_CALL_Viewport() private method

private INTERNAL_CALL_Viewport ( Rect &pixelRect ) : void
pixelRect Rect
return void
Exemplo n.º 1
0
 public static void Viewport(Rect pixelRect)
 {
     GL.INTERNAL_CALL_Viewport(ref pixelRect);
 }