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
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 161 of file qssgrenderableobjects_p.h.

Member Function Documentation

◆ operator<()

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

Definition at line 167 of file qssgrenderableobjects_p.h.

References shadows.

Member Data Documentation

◆ direction

QVector3D QSSGShaderLight::direction

Definition at line 165 of file qssgrenderableobjects_p.h.

◆ light

QSSGRenderLight* QSSGShaderLight::light = nullptr

Definition at line 163 of file qssgrenderableobjects_p.h.

◆ shadows

bool QSSGShaderLight::shadows = false

Definition at line 164 of file qssgrenderableobjects_p.h.

Referenced by operator<().


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