Package icyllis.arc3d.engine
Interface Engine.SurfaceOrigin
- Enclosing interface:
Engine
public static interface Engine.SurfaceOrigin
Image and Surfaces can be stored such that (0, 0) in texture space may correspond to
either the upper-left or lower-left content pixel.
-
Field Summary
-
Field Details
-
kUpperLeft
static final int kUpperLeft- See Also:
-
kLowerLeft
static final int kLowerLeft- See Also:
-