]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/framebuffer_backend.h
Make framebuffer attachment accessors public
[libs/gl.git] / source / backends / vulkan / framebuffer_backend.h
index cb11004299692b01a1becdb0e4068b9af8b7c121..d9d7cc90d69f655d72b1b8bc42f8354ee58b72bc 100644 (file)
@@ -28,7 +28,6 @@ protected:
        bool is_format_supported(const FrameFormat &);
        static void require_layered() { }
 
-       const Texture *get_attachment(unsigned) const;
        void update(unsigned) const;
        void require_complete() const { }