Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 QOpenGLFramebufferObjectFormatPrivate(), and samples.

Referenced by QOpenGLFramebufferObjectFormatPrivate().

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

◆ QOpenGLFramebufferObjectFormatPrivate() [2/2]

QOpenGLFramebufferObjectFormatPrivate::QOpenGLFramebufferObjectFormatPrivate ( const QOpenGLFramebufferObjectFormatPrivate * other)
inline

Definition at line 46 of file qopenglframebufferobject_p.h.

References QOpenGLFramebufferObjectFormatPrivate(), and samples.

Referenced by QOpenGLFramebufferObjectFormatPrivate().

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

Member Function Documentation

◆ equals()

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

Definition at line 56 of file qopenglframebufferobject_p.h.

Member Data Documentation

◆ attachment

QOpenGLFramebufferObject::Attachment QOpenGLFramebufferObjectFormatPrivate::attachment

Definition at line 67 of file qopenglframebufferobject_p.h.

◆ internal_format

GLenum QOpenGLFramebufferObjectFormatPrivate::internal_format

Definition at line 69 of file qopenglframebufferobject_p.h.

◆ mipmap

uint QOpenGLFramebufferObjectFormatPrivate::mipmap

Definition at line 70 of file qopenglframebufferobject_p.h.

◆ ref

QAtomicInt QOpenGLFramebufferObjectFormatPrivate::ref

Definition at line 65 of file qopenglframebufferobject_p.h.

◆ samples

int QOpenGLFramebufferObjectFormatPrivate::samples

◆ target

GLenum QOpenGLFramebufferObjectFormatPrivate::target

Definition at line 68 of file qopenglframebufferobject_p.h.


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