X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fpipelinestate_backend.h;h=e675ff335c8cf311ad59cc9fe013e27804a4b0c0;hp=d7ef4a20bf97483ade9b2c818228d59352e2628e;hb=c89c1fb972fae2cb2f720cb3ec6cf8238ae8d2e1;hpb=2a2917f41f02fa12e9354616d76bf45c9b5bf3e6 diff --git a/source/backends/vulkan/pipelinestate_backend.h b/source/backends/vulkan/pipelinestate_backend.h index d7ef4a20..e675ff33 100644 --- a/source/backends/vulkan/pipelinestate_backend.h +++ b/source/backends/vulkan/pipelinestate_backend.h @@ -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;