Add todo about fetching dynamic state from either pipeline or dynamic

This commit is contained in:
baldurk
2016-02-07 18:43:03 +01: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;