Class ShapeQuad
A simple quad (rectangle) drawable in 2D.
Vertices and texture coordinates are defined in normalized [0,1] space. Useful for screen-space rendering, post-processing, and UI.
Constructors
| Name | Description |
|---|---|
this
(owner)
|
Constructs a ShapeQuad.
|
Methods
| Name | Description |
|---|---|
render
(state)
|
Renders the quad using the provided graphics pipeline state. |