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
QSSGRhiEffectTexture Struct Reference
+ Collaboration diagram for QSSGRhiEffectTexture:

Public Member Functions

 ~QSSGRhiEffectTexture ()
 
QSSGRhiEffectTextureoperator= (const QSSGRhiEffectTexture &)=delete
 

Public Attributes

QRhiTexturetexture = nullptr
 
QRhiRenderPassDescriptorrenderPassDescriptor = nullptr
 
QRhiTextureRenderTargetrenderTarget = nullptr
 
QByteArray name
 
QSSGRhiSamplerDescription desc
 
QSSGAllocateBufferFlags flags
 

Detailed Description

Definition at line 21 of file qssgrhieffectsystem.cpp.

Constructor & Destructor Documentation

◆ ~QSSGRhiEffectTexture()

QSSGRhiEffectTexture::~QSSGRhiEffectTexture ( )
inline

Definition at line 31 of file qssgrhieffectsystem.cpp.

References renderPassDescriptor, renderTarget, and texture.

Member Function Documentation

◆ operator=()

QSSGRhiEffectTexture & QSSGRhiEffectTexture::operator= ( const QSSGRhiEffectTexture & )
delete

Member Data Documentation

◆ desc

QSSGRhiSamplerDescription QSSGRhiEffectTexture::desc

Definition at line 28 of file qssgrhieffectsystem.cpp.

◆ flags

QSSGAllocateBufferFlags QSSGRhiEffectTexture::flags

Definition at line 29 of file qssgrhieffectsystem.cpp.

◆ name

QByteArray QSSGRhiEffectTexture::name

Definition at line 26 of file qssgrhieffectsystem.cpp.

◆ renderPassDescriptor

QRhiRenderPassDescriptor* QSSGRhiEffectTexture::renderPassDescriptor = nullptr

Definition at line 24 of file qssgrhieffectsystem.cpp.

Referenced by ~QSSGRhiEffectTexture().

◆ renderTarget

QRhiTextureRenderTarget* QSSGRhiEffectTexture::renderTarget = nullptr

Definition at line 25 of file qssgrhieffectsystem.cpp.

Referenced by ~QSSGRhiEffectTexture().

◆ texture

QRhiTexture* QSSGRhiEffectTexture::texture = nullptr

Definition at line 23 of file qssgrhieffectsystem.cpp.

Referenced by ~QSSGRhiEffectTexture().


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