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
QSSGRenderableImage Struct Reference

#include <qssgrenderableimage_p.h>

+ Collaboration diagram for QSSGRenderableImage:

Public Types

enum class  Type : quint8 {
  Unknown = 0 , Diffuse , Opacity , Specular ,
  Emissive , Bump , SpecularAmountMap , Normal ,
  Translucency , Roughness , BaseColor , Metalness ,
  Occlusion , Height , Clearcoat , ClearcoatRoughness ,
  ClearcoatNormal , Transmission , Thickness
}
 

Public Member Functions

 QSSGRenderableImage (Type inMapType, const QSSGRenderImage &inImageNode, const QSSGRenderImageTexture &inTexture)
 

Public Attributes

const QSSGRenderImagem_imageNode
 
QSSGRenderImageTexture m_texture
 
QSSGRenderableImagem_nextImage
 
Type m_mapType
 

Detailed Description

Definition at line 32 of file qssgrenderableimage_p.h.

Member Enumeration Documentation

◆ Type

enum class QSSGRenderableImage::Type : quint8
strong
Enumerator
Unknown 
Diffuse 
Opacity 
Specular 
Emissive 
Bump 
SpecularAmountMap 
Normal 
Translucency 
Roughness 
BaseColor 
Metalness 
Occlusion 
Height 
Clearcoat 
ClearcoatRoughness 
ClearcoatNormal 
Transmission 
Thickness 

Definition at line 34 of file qssgrenderableimage_p.h.

Constructor & Destructor Documentation

◆ QSSGRenderableImage()

QSSGRenderableImage::QSSGRenderableImage ( Type inMapType,
const QSSGRenderImage & inImageNode,
const QSSGRenderImageTexture & inTexture )
inline

Definition at line 59 of file qssgrenderableimage_p.h.

Member Data Documentation

◆ m_imageNode

const QSSGRenderImage& QSSGRenderableImage::m_imageNode

Definition at line 55 of file qssgrenderableimage_p.h.

◆ m_mapType

Type QSSGRenderableImage::m_mapType

Definition at line 58 of file qssgrenderableimage_p.h.

◆ m_nextImage

QSSGRenderableImage* QSSGRenderableImage::m_nextImage

◆ m_texture

QSSGRenderImageTexture QSSGRenderableImage::m_texture

Definition at line 56 of file qssgrenderableimage_p.h.


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