Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 20 of file qssgrhieffectsystem.cpp.

Constructor & Destructor Documentation

◆ ~QSSGRhiEffectTexture()

QSSGRhiEffectTexture::~QSSGRhiEffectTexture ( )
inline

Definition at line 30 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 27 of file qssgrhieffectsystem.cpp.

◆ flags

QSSGAllocateBufferFlags QSSGRhiEffectTexture::flags

Definition at line 28 of file qssgrhieffectsystem.cpp.

◆ name

QByteArray QSSGRhiEffectTexture::name

Definition at line 25 of file qssgrhieffectsystem.cpp.

◆ renderPassDescriptor

QRhiRenderPassDescriptor* QSSGRhiEffectTexture::renderPassDescriptor = nullptr

Definition at line 23 of file qssgrhieffectsystem.cpp.

Referenced by ~QSSGRhiEffectTexture().

◆ renderTarget

QRhiTextureRenderTarget* QSSGRhiEffectTexture::renderTarget = nullptr

Definition at line 24 of file qssgrhieffectsystem.cpp.

Referenced by ~QSSGRhiEffectTexture().

◆ texture

QRhiTexture* QSSGRhiEffectTexture::texture = nullptr

Definition at line 22 of file qssgrhieffectsystem.cpp.

Referenced by ~QSSGRhiEffectTexture().


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