|  | 
| enum | AttachmentType : GLenum { ATTACHMENT_TEXTURE = GL_TEXTURE_2D, 
ATTACHMENT_3DTEXTURE = GL_TEXTURE_3D, 
ATTACHMENT_RENDERBUFFER = GL_RENDERBUFFER, 
ATTACHMENT_ERROR
 } | 
|  | 
|  | 
|  | FramebufferAttachable (OglObjectDestroyer destroyer) | 
|  | 
| virtual AttachmentType | getAttachmentType () const | 
|  | 
|  | 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 | 
|  | 
The documentation for this struct was generated from the following file: