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

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGAllocateTexture:
Collaboration diagram for QSSGAllocateTexture:

Public Member Functions

 QSSGAllocateTexture ()
 QSSGAllocateTexture (QSSGRenderTextureFormat inFormat)
const QSSGManagedRhiTexturePtrtexture () const
void setTexture (const QSSGManagedRhiTexturePtr &tex)
QSSGRenderTextureFormat format () const
void setFormat (QSSGRenderTextureFormat format)
void addDebug (QDebug &stream) const
Public Member Functions inherited from QSSGCommand
 QSSGCommand (CommandType inType)
virtual ~QSSGCommand ()
const char * typeAsString () const
QString debugString () const
void addDebug (QDebug &stream) const

Additional Inherited Members

Public Attributes inherited from QSSGCommand
CommandType m_type

Detailed Description

Definition at line 286 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGAllocateTexture() [1/2]

QSSGAllocateTexture::QSSGAllocateTexture ( )
inline

Definition at line 289 of file qssgrendercommands_p.h.

References QSSGAllocateTexture().

Referenced by QSSGAllocateTexture().

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

◆ QSSGAllocateTexture() [2/2]

QSSGAllocateTexture::QSSGAllocateTexture ( QSSGRenderTextureFormat inFormat)
inline

Definition at line 293 of file qssgrendercommands_p.h.

References QSSGAllocateTexture().

Referenced by QSSGAllocateTexture().

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

Member Function Documentation

◆ addDebug()

void QSSGAllocateTexture::addDebug ( QDebug & stream) const
inline

Definition at line 312 of file qssgrendercommands_p.h.

◆ format()

QSSGRenderTextureFormat QSSGAllocateTexture::format ( ) const
inline

Definition at line 302 of file qssgrendercommands_p.h.

◆ setFormat()

void QSSGAllocateTexture::setFormat ( QSSGRenderTextureFormat format)
inline

Definition at line 307 of file qssgrendercommands_p.h.

◆ setTexture()

void QSSGAllocateTexture::setTexture ( const QSSGManagedRhiTexturePtr & tex)
inline

Definition at line 300 of file qssgrendercommands_p.h.

◆ texture()

const QSSGManagedRhiTexturePtr & QSSGAllocateTexture::texture ( ) const
inline

Definition at line 299 of file qssgrendercommands_p.h.


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