Compute pipeline state description. More...
#include <PipelineState.h>
Public Attributes | |
| IShader * | pCS = nullptr |
| Compute shader to be used with the pipeline. | |
Public Attributes inherited from Diligent::PipelineStateCreateInfo | |
| PipelineStateDesc | PSODesc |
| Pipeline state description. | |
| PSO_CREATE_FLAGS | Flags = PSO_CREATE_FLAG_NONE |
| Pipeline state creation flags, see Diligent::PSO_CREATE_FLAGS. | |
| Uint32 | ResourceSignaturesCount = 0 |
The number of elements in ppResourceSignatures array. | |
| IPipelineResourceSignature ** | ppResourceSignatures = nullptr |
| IPipelineStateCache * | pPSOCache = nullptr |
| void * | pInternalData = nullptr |
For internal use only. Must always be null. | |
Compute pipeline state description.