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

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 24 of file qssgrhieffectsystem.cpp.

Constructor & Destructor Documentation

◆ ~QSSGRhiEffectTexture() [1/2]

QSSGRhiEffectTexture::~QSSGRhiEffectTexture ( )
inline

Definition at line 34 of file qssgrhieffectsystem.cpp.

◆ ~QSSGRhiEffectTexture() [2/2]

QSSGRhiEffectTexture::~QSSGRhiEffectTexture ( )
inline

Definition at line 34 of file qssgrhieffectsystem.cpp.

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ desc

QSSGRhiSamplerDescription QSSGRhiEffectTexture::desc

Definition at line 31 of file qssgrhieffectsystem.cpp.

◆ flags

QSSGAllocateBufferFlags QSSGRhiEffectTexture::flags

Definition at line 32 of file qssgrhieffectsystem.cpp.

◆ name

QByteArray QSSGRhiEffectTexture::name

◆ renderPassDescriptor

QRhiRenderPassDescriptor * QSSGRhiEffectTexture::renderPassDescriptor = nullptr

Definition at line 27 of file qssgrhieffectsystem.cpp.

◆ renderTarget

QRhiTextureRenderTarget * QSSGRhiEffectTexture::renderTarget = nullptr

Definition at line 28 of file qssgrhieffectsystem.cpp.

◆ texture

QRhiTexture * QSSGRhiEffectTexture::texture = nullptr

Definition at line 26 of file qssgrhieffectsystem.cpp.


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