mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Initialise dynamic state values to empty state
This commit is contained in:
@@ -295,6 +295,13 @@ private:
|
||||
compute.descSets.clear();
|
||||
graphics.descSets.clear();
|
||||
|
||||
lineWidth = 1.0f;
|
||||
RDCEraseEl(bias);
|
||||
RDCEraseEl(blendConst);
|
||||
mindepth = 0.0f; maxdepth = 1.0f;
|
||||
RDCEraseEl(front);
|
||||
RDCEraseEl(back);
|
||||
|
||||
RDCEraseEl(renderArea);
|
||||
|
||||
RDCEraseEl(ibuffer);
|
||||
|
||||
Reference in New Issue
Block a user