com.annahid.libs.artenus.graphics.rendering
Contains the rendering subsystem. Classes in this package are the closest to the underlying
graphics engine (such as OpenGL).
Interface Summary
| Interface | Description |
|---|---|
| RenderingContext | Interface for a rendering context. |
| ShaderProgram | Interface for all shader programs. |
Class Summary
| Class | Description |
|---|---|
| RenderTarget | Represents a graphics output object used for rendering. |
| ShaderManager | Serves as the life-cycle manager for shader programs. |
| Viewport | Represents a viewport for a render target. |