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