Tile pipeline state description. More...
#include <PipelineState.h>
Public Member Functions | |
constexpr bool | operator== (const TilePipelineDesc &RHS) const |
Comparison operator tests if two structures are equivalent. | |
Public Attributes | |
Uint8 | NumRenderTargets = 0 |
The number of render targets in the RTVFormats array. | |
Uint8 | SampleCount = 1 |
The number of samples in render targets. | |
TEXTURE_FORMAT | RTVFormats [DILIGENT_MAX_RENDER_TARGETS] = {} |
Render target formats. | |
Tile pipeline state description.