RetroArch
Public Member Functions | Public Attributes | List of all members
glslang::TParameter Struct Reference

#include <SymbolTable.h>

Collaboration diagram for glslang::TParameter:
[legend]

Public Member Functions

void copyParam (const TParameter &param)
 
TBuiltInVariable getDeclaredBuiltIn () const
 

Public Attributes

TStringname
 
TTypetype
 
TIntermTypeddefaultValue
 

Member Function Documentation

◆ copyParam()

void glslang::TParameter::copyParam ( const TParameter param)
inline
Here is the call graph for this function:

◆ getDeclaredBuiltIn()

TBuiltInVariable glslang::TParameter::getDeclaredBuiltIn ( ) const
inline

Member Data Documentation

◆ defaultValue

TIntermTyped* glslang::TParameter::defaultValue

◆ name

TString* glslang::TParameter::name

◆ type

TType* glslang::TParameter::type

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