From e2ae85fc5a07591cb27bfae93557f80c55bb259c Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Wed, 3 Jun 2009 16:04:54 -0700 Subject: Generalize bitmap support and add remaining GL formats. Fix bug in command fifo looping case. --- libs/rs/rsElement.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/rs/rsElement.h') diff --git a/libs/rs/rsElement.h b/libs/rs/rsElement.h index 7852ffc..2434977 100644 --- a/libs/rs/rsElement.h +++ b/libs/rs/rsElement.h @@ -36,6 +36,8 @@ public: void setComponent(uint32_t idx, Component *c); + uint32_t getGLType() const; + uint32_t getGLFormat() const; size_t getSizeBits() const; -- cgit v1.1