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
QSSGRenderResult Namespace Reference

Enumerations

enum class  Key : quint32 {
  AoTexture , DepthTexture , ScreenTexture , NormalTexture ,
  MotionVectorTexture , AccumTexture , RevealageTexture , ABufferImage = AccumTexture ,
  AuxiliaryImage = RevealageTexture , DepthTextureMS , CounterImage , RenderResultCount
}

Functions

QSSGRenderResult::Key toInternalRenderResultKey (QSSGFrameData::RenderResult id)

Enumeration Type Documentation

◆ Key

enum class QSSGRenderResult::Key : quint32
strong
Enumerator
AoTexture 
DepthTexture 
ScreenTexture 
NormalTexture 
MotionVectorTexture 
AccumTexture 
RevealageTexture 
ABufferImage 
AuxiliaryImage 
DepthTextureMS 
CounterImage 
RenderResultCount 

Definition at line 55 of file qssglayerrenderdata_p.h.

Function Documentation

◆ toInternalRenderResultKey()

QSSGRenderResult::Key QSSGRenderResult::toInternalRenderResultKey ( QSSGFrameData::RenderResult id)
inline