Still-broken quadtree shenanigans!
[ipdf/code.git] / src / graphicsbuffer.h
index fd89771..b102c51 100644 (file)
@@ -63,6 +63,7 @@ namespace IPDF
                GLuint GetHandle() const { return m_buffer_handle; }
                
                void Bind() const;
+               void BindRange(size_t start, size_t size) const;
        private:
                bool RecreateBuffer(const void *data = NULL);
                GLuint m_buffer_handle;

UCC git Repository :: git.ucc.asn.au