QGLFramebufferObjectFormat Class Reference

QGLFramebufferObjectFormat Class Reference

#include <qglframebufferobject.h>

Class Description

Definition at line 140 of file qglframebufferobject.h.

Public Member Functions

 QGLFramebufferObjectFormat ()
 
 QGLFramebufferObjectFormat (const QGLFramebufferObjectFormat &other)
 
QGLFramebufferObjectFormatoperator= (const QGLFramebufferObjectFormat &other)
 
 ~QGLFramebufferObjectFormat ()
 
void setSamples (int samples)
 
int samples () const
 
void setMipmap (bool enabled)
 
bool mipmap () const
 
void setAttachment (QGLFramebufferObject::Attachment attachment)
 
QGLFramebufferObject::Attachment attachment () const
 
void setTextureTarget (GLenum target)
 
GLenum textureTarget () const
 
void setInternalTextureFormat (GLenum internalTextureFormat)
 
GLenum internalTextureFormat () const
 
bool operator== (const QGLFramebufferObjectFormat &other) const
 
bool operator!= (const QGLFramebufferObjectFormat &other) const
 

Constructor & Destructor Documentation

Member Function Documentation

void setSamples ( int  samples)
int samples ( ) const
void setMipmap ( bool  enabled)
bool mipmap ( ) const
void setAttachment ( QGLFramebufferObject::Attachment  attachment)
void setTextureTarget ( GLenum  target)
GLenum textureTarget ( ) const
void setInternalTextureFormat ( GLenum  internalTextureFormat)
GLenum internalTextureFormat ( ) const
bool operator== ( const QGLFramebufferObjectFormat other) const
bool operator!= ( const QGLFramebufferObjectFormat other) const

The documentation for this class was generated from the following file: