GraphicsPipelineStateCreateInfo struct
Graphics pipeline state creation attributes.
Contents
- Reference
Base classes
- struct PipelineStateCreateInfo
- Pipeline state creation attributes.
Public variables
- GraphicsPipelineDesc GraphicsPipeline
- Graphics pipeline state description.
- IShader* pVS
- Vertex shader to be used with the pipeline.
- IShader* pPS
- Pixel shader to be used with the pipeline.
- IShader* pDS
- Domain shader to be used with the pipeline.
- IShader* pHS
- Hull shader to be used with the pipeline.
- IShader* pGS
- Geometry shader to be used with the pipeline.
- IShader* pAS
- Amplification shader to be used with the pipeline.
- IShader* pMS
- Mesh shader to be used with the pipeline.