|  | 
|  | SpecifiedRenderbuffer (GLsizei width, GLsizei height, GLenum internal_format=GL_RGBA) | 
|  | 
| const RenderbufferParameters & | getParameters () const | 
|  | 
| GLint | getWidth () const | 
|  | 
| GLint | getHeight () const | 
|  | 
| GLenum | getInternalFormat () const | 
|  | 
| GLenum | getNumSamples () const | 
|  | 
| void | setWidth (GLsizei width) | 
|  | 
| void | setHeight (GLsizei height) | 
|  | 
| void | setInternalFormat (GLenum internal_format) | 
|  | 
| void | setNumSamples (GLenum samples) | 
|  | 
| void | setParameters (const RenderbufferParameters ¶meters) | 
|  | 
| void | bind () const | 
|  | 
| void | unbind () const | 
|  | 
| void | bufferStorage (GLenum internal_format, GLsizei width, GLsizei height) | 
|  | 
| void | bufferStorageMultisample (GLsizei samples, GLenum internal_format, GLsizei width, GLsizei height) | 
|  | 
| virtual AttachmentType | getAttachmentType () const override | 
|  | 
|  | FramebufferAttachable (OglObjectDestroyer destroyer) | 
|  | 
|  | OglObject (OglObjectDestroyer destroyer) | 
|  | 
|  | PersistentOglName (OglObjectDestroyer destroyer) | 
|  | 
|  | PersistentOglName (GLuint id, OglObjectDestroyer destroyer) | 
|  | 
| GLuint * | getIdPtr () | 
|  | 
| const GLuint * | getIdPtr () const | 
|  | 
| virtual GLuint | getName () const override | 
|  | 
| GLuint | getNameDirect () const | 
|  | 
| virtual bool | isPossessible () const override | 
|  | 
| virtual void | makeZombie () | 
|  | 
| virtual bool | isZombie () const | 
|  | 
|  | operator GLuint () const | 
|  | 
|  | 
| enum | AttachmentType : GLenum { ATTACHMENT_TEXTURE = GL_TEXTURE_2D, 
ATTACHMENT_3DTEXTURE = GL_TEXTURE_3D, 
ATTACHMENT_RENDERBUFFER = GL_RENDERBUFFER, 
ATTACHMENT_ERROR
 } | 
|  | 
|  | FramebufferAttachable (const PersistentOglName &zombie) | 
|  | 
|  | OglObject (const PersistentOglName &zombie) | 
|  | 
The documentation for this class was generated from the following file: