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

#include <qssgrenderableobjects_p.h>

+ Collaboration diagram for QSSGShaderLight:

Public Member Functions

bool operator< (const QSSGShaderLight &o) const
 

Public Attributes

QSSGRenderLightlight = nullptr
 
bool shadows = false
 
QVector3D direction
 

Detailed Description

Definition at line 148 of file qssgrenderableobjects_p.h.

Member Function Documentation

◆ operator<()

bool QSSGShaderLight::operator< ( const QSSGShaderLight & o) const
inline

Definition at line 154 of file qssgrenderableobjects_p.h.

References light, o, shadows, and QSSGRenderGraphObject::type.

Member Data Documentation

◆ direction

QVector3D QSSGShaderLight::direction

Definition at line 152 of file qssgrenderableobjects_p.h.

◆ light

QSSGRenderLight* QSSGShaderLight::light = nullptr

Definition at line 150 of file qssgrenderableobjects_p.h.

Referenced by operator<().

◆ shadows

bool QSSGShaderLight::shadows = false

Definition at line 151 of file qssgrenderableobjects_p.h.

Referenced by operator<().


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