Add todo about fetching dynamic state from either pipeline or dynamic

This commit is contained in:
baldurk
2015-10-10 22:45:57 +02:00
parent 731c37b6c4
commit 9bbfa2a55f
+2
View File
@@ -309,6 +309,8 @@ private:
}
// dynamic state
// VKTODOHIGH this needs to come from the pipeline state
// first, then get overridden by dynamic state.
vector<VkViewport> views;
vector<VkRect2D> scissors;
float lineWidth;