Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOpenGLFramebufferObjectFormatPrivate Class Reference

#include <qopenglframebufferobject_p.h>

+ Collaboration diagram for QOpenGLFramebufferObjectFormatPrivate:

Public Member Functions

 QOpenGLFramebufferObjectFormatPrivate ()
 
 QOpenGLFramebufferObjectFormatPrivate (const QOpenGLFramebufferObjectFormatPrivate *other)
 
bool equals (const QOpenGLFramebufferObjectFormatPrivate *other)
 

Public Attributes

QAtomicInt ref
 
int samples
 
QOpenGLFramebufferObject::Attachment attachment
 
GLenum target
 
GLenum internal_format
 
uint mipmap: 1
 

Detailed Description

Definition at line 25 of file qopenglframebufferobject_p.h.

Constructor & Destructor Documentation

◆ QOpenGLFramebufferObjectFormatPrivate() [1/2]

QOpenGLFramebufferObjectFormatPrivate::QOpenGLFramebufferObjectFormatPrivate ( )
inline

Definition at line 28 of file qopenglframebufferobject_p.h.

References QOpenGLContext::currentContext(), GL_RGBA, GL_RGBA8, internal_format, QOpenGLContext::LibGL, and QOpenGLContext::openGLModuleType().

+ Here is the call graph for this function:

◆ QOpenGLFramebufferObjectFormatPrivate() [2/2]

QOpenGLFramebufferObjectFormatPrivate::QOpenGLFramebufferObjectFormatPrivate ( const QOpenGLFramebufferObjectFormatPrivate * other)
inline

Definition at line 46 of file qopenglframebufferobject_p.h.

Member Function Documentation

◆ equals()

bool QOpenGLFramebufferObjectFormatPrivate::equals ( const QOpenGLFramebufferObjectFormatPrivate * other)
inline

Definition at line 56 of file qopenglframebufferobject_p.h.

References internal_format, mipmap, and other().

Referenced by QOpenGLFramebufferObjectFormat::operator==().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ attachment

◆ internal_format

◆ mipmap

uint QOpenGLFramebufferObjectFormatPrivate::mipmap

◆ ref

◆ samples

int QOpenGLFramebufferObjectFormatPrivate::samples

◆ target

GLenum QOpenGLFramebufferObjectFormatPrivate::target

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