Searched defs:RenderBuffer (Results 1 – 1 of 1) sorted by relevance
30 struct RenderBuffer { struct35 RenderBuffer(GLenum format, uint32_t width, uint32_t height): in RenderBuffer() function41 ~RenderBuffer() { in ~RenderBuffer() argument50 GLuint getName() const { in getName()57 GLenum getFormat() const { in getFormat()64 void bind() const { in bind()72 bool isAllocated() const { in isAllocated()80 void allocate() { in allocate()92 void resize(uint32_t width, uint32_t height) { in resize()104 uint32_t getWidth() const { in getWidth()[all …]