]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/pipelinestate_backend.h
Support binding individual mipmap levels of textures
[libs/gl.git] / source / backends / vulkan / pipelinestate_backend.h
index d7ef4a20bf97483ade9b2c818228d59352e2628e..e675ff335c8cf311ad59cc9fe013e27804a4b0c0 100644 (file)
@@ -23,6 +23,8 @@ protected:
        VulkanPipelineState();
        VulkanPipelineState(VulkanPipelineState &&);
 
+       static bool can_bind_tex_level(unsigned) { return true; }
+
        void update() const;
        void refresh() const { if(changes) update(); }
        std::uint64_t compute_hash() const;