Initialise dynamic state values to empty state

This commit is contained in:
baldurk
2015-10-10 22:43:16 +02:00
parent 1bc3b77406
commit 915f0b0b6c
+7
View File
@@ -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);