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
QOpenGLFramebufferObjectPrivate::ColorAttachment Struct Reference

#include <qopenglframebufferobject_p.h>

+ Collaboration diagram for QOpenGLFramebufferObjectPrivate::ColorAttachment:

Public Member Functions

 ColorAttachment ()
 
 ColorAttachment (const QSize &size, GLenum internalFormat)
 

Public Attributes

QSize size
 
GLenum internalFormat
 
QOpenGLSharedResourceGuardguard
 

Detailed Description

Definition at line 101 of file qopenglframebufferobject_p.h.

Constructor & Destructor Documentation

◆ ColorAttachment() [1/2]

QOpenGLFramebufferObjectPrivate::ColorAttachment::ColorAttachment ( )
inline

Definition at line 102 of file qopenglframebufferobject_p.h.

◆ ColorAttachment() [2/2]

QOpenGLFramebufferObjectPrivate::ColorAttachment::ColorAttachment ( const QSize & size,
GLenum internalFormat )
inline

Definition at line 103 of file qopenglframebufferobject_p.h.

Member Data Documentation

◆ guard

QOpenGLSharedResourceGuard* QOpenGLFramebufferObjectPrivate::ColorAttachment::guard

Definition at line 107 of file qopenglframebufferobject_p.h.

◆ internalFormat

GLenum QOpenGLFramebufferObjectPrivate::ColorAttachment::internalFormat

Definition at line 106 of file qopenglframebufferobject_p.h.

◆ size

QSize QOpenGLFramebufferObjectPrivate::ColorAttachment::size

Definition at line 105 of file qopenglframebufferobject_p.h.


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