Rename GPUPipelineState::Description::PrimitiveTopologyType to PrimitiveTopology

This commit is contained in:
Wojtek Figat
2023-06-19 11:53:40 +02:00
parent 7fc3b264ac
commit a6353c0bb9
9 changed files with 19 additions and 13 deletions

View File

@@ -48,6 +48,7 @@ private:
uint32 _srMaskDirtyGraphics;
uint32 _srMaskDirtyCompute;
uint32 _stencilRef;
D3D_PRIMITIVE_TOPOLOGY _primitiveTopology;
int32 _isCompute : 1;
int32 _rtDirtyFlag : 1;