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
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

◆ type


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