]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/commands_backend.h
Refactor handling of viewport Y axis
[libs/gl.git] / source / backends / vulkan / commands_backend.h
index a89225a6f6cdaa82279ec08e444e500b79789161..994acca2df342cea6724c4812cd923f3ed34bd3f 100644 (file)
@@ -42,6 +42,7 @@ protected:
        const PipelineState *pipeline_state = 0;
        const Framebuffer *framebuffer = 0;
        const Rect *viewport = 0;
+       bool fb_is_swapchain = false;
 
        VulkanCommands();
        ~VulkanCommands();