An optimization hint optionally provided to a primitive's
Set
method to enhance performance when per-position colors are used.Member | Value | Description |
---|---|---|
eStkGraphicsRenderPassHintOpaque | 0 | The collection of Color contains only opaque colors. This implies that each color's alpha component is 255. |
eStkGraphicsRenderPassHintTranslucent | 1 | The collection of Color contains translucent colors. This implies that at least one color has an alpha component that is not 255. |
eStkGraphicsRenderPassHintUnknown | 2 | It is unknown if the collection of Color contains opaque or translucent colors. |