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
GLSL::Semantic::ExprResult Struct Reference

#include <glslsemantic_p.h>

Collaboration diagram for GLSL::Semantic::ExprResult:

Public Member Functions

 ExprResult (const Type *type_=nullptr, bool isConstant_=false)
 ~ExprResult ()
bool isValid () const
 operator bool () const

Public Attributes

const Typetype
bool isConstant

Detailed Description

Definition at line 31 of file glslsemantic_p.h.

Constructor & Destructor Documentation

◆ ExprResult()

GLSL::Semantic::ExprResult::ExprResult ( const Type * type_ = nullptr,
bool isConstant_ = false )
inline

Definition at line 32 of file glslsemantic_p.h.

◆ ~ExprResult()

GLSL::Semantic::ExprResult::~ExprResult ( )
inline

Definition at line 35 of file glslsemantic_p.h.

Member Function Documentation

◆ isValid()

bool GLSL::Semantic::ExprResult::isValid ( ) const
inline

Definition at line 37 of file glslsemantic_p.h.

◆ operator bool()

GLSL::Semantic::ExprResult::operator bool ( ) const
inlineexplicit

Definition at line 45 of file glslsemantic_p.h.

Member Data Documentation

◆ isConstant

bool GLSL::Semantic::ExprResult::isConstant

Definition at line 48 of file glslsemantic_p.h.

◆ type

const Type* GLSL::Semantic::ExprResult::type

Definition at line 47 of file glslsemantic_p.h.


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