Module gfx::pso::target
[−]
[src]
Render target components for a PSO.
Structs
| BlendRef |
Blend reference component. Sets up the reference color for blending. |
| BlendTarget |
Render target component with active blending mode. |
| DepthStencilTarget |
Depth + stencil target component. |
| DepthTarget |
Depth target component. |
| RawRenderTarget |
Raw (untyped) render target component with optional blending. |
| RenderTarget |
Render target component. Typically points to a color-formatted texture. |
| Scissor |
Scissor component. Sets up the scissor test for rendering. |
| StencilTarget |
Stencil target component. |