Fixing swap chain scissoring; surface is still not resized right.

This commit is contained in:
Ben Vanik
2016-02-17 19:33:14 -08:00
parent 9f52f2e819
commit a97fa36512
2 changed files with 7 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ class VulkanImmediateDrawer : public ImmediateDrawer {
bool batch_has_index_buffer_ = false;
VkCommandBuffer current_cmd_buffer_ = nullptr;
int current_render_target_width_ = 0;
int current_render_target_height_ = 0;
};
} // namespace vulkan