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
QOpenGLCachedTexture Class Reference

#include <qopengltexturecache_p.h>

+ Collaboration diagram for QOpenGLCachedTexture:

Public Member Functions

 QOpenGLCachedTexture (GLuint id, QOpenGLTextureUploader::BindOptions options, QOpenGLContext *context)
 
 ~QOpenGLCachedTexture ()
 
GLuint id () const
 
QOpenGLTextureUploader::BindOptions options () const
 

Detailed Description

Definition at line 67 of file qopengltexturecache_p.h.

Constructor & Destructor Documentation

◆ QOpenGLCachedTexture()

QOpenGLCachedTexture::QOpenGLCachedTexture ( GLuint id,
QOpenGLTextureUploader::BindOptions options,
QOpenGLContext * context )

Definition at line 181 of file qopengltexturecache.cpp.

References context, and freeTexture().

+ Here is the call graph for this function:

◆ ~QOpenGLCachedTexture()

QOpenGLCachedTexture::~QOpenGLCachedTexture ( )
inline

Definition at line 71 of file qopengltexturecache_p.h.

Member Function Documentation

◆ id()

GLuint QOpenGLCachedTexture::id ( ) const
inline

Definition at line 73 of file qopengltexturecache_p.h.

◆ options()

QOpenGLTextureUploader::BindOptions QOpenGLCachedTexture::options ( ) const
inline

Definition at line 74 of file qopengltexturecache_p.h.

References m_options.


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