Loading...
Searching...
No Matches
glslfx.h File Reference
+ Include dependency graph for glslfx.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HioGlslfx
 A class representing the config and shader source of a glslfx file. More...
 

Macros

#define HIO_GLSLFX_API_VERSION   1
 
#define HIO_GLSLFX_TOKENS
 

Functions

 TF_DECLARE_PUBLIC_TOKENS (HioGlslfxTokens, HIO_API, HIO_GLSLFX_TOKENS)
 

Macro Definition Documentation

◆ HIO_GLSLFX_API_VERSION

#define HIO_GLSLFX_API_VERSION   1

Definition at line 46 of file glslfx.h.

◆ HIO_GLSLFX_TOKENS

#define HIO_GLSLFX_TOKENS
Value:
(glslfx) \
\
(fragmentShader) \
(geometryShader) \
(geometryShaderInjection) \
(preamble) \
(tessControlShader) \
(tessEvalShader) \
(postTessControlShader) \
(postTessVertexShader) \
(vertexShader) \
(vertexShaderInjection) \
\
(surfaceShader) \
(displacementShader) \
(volumeShader) \
((defVal, "default"))

Definition at line 48 of file glslfx.h.