Package com.google.android.filament
Class Viewport
- java.lang.Object
-
- com.google.android.filament.Viewport
-
public class Viewport extends java.lang.ObjectSpecifies a rectangular region within a render target in terms of pixel coordinates.The rectangle spans from
(left,bottom)to(left+width-1, top+height-1), inclusive. Width and height must be non-negative.
-
-
Constructor Summary
Constructors Constructor Description Viewport(int left, int bottom, int width, int height)
-