Expand description
Backend functions that export shader Module
s into binary and text formats.
Modules§
- Workarounds for platform bugs and limitations in switches and loops.
- Backend for GLSL (OpenGL Shading Language).
- Backend for SPIR-V (Standard Portable Intermediate Representation).
Structs§
- Baked 🔒A type for displaying expression handles as baking identifiers.
- Helper structure that stores data needed when writing the function
- Indentation level.
- Ray flags, for a
RayDesc
’sflags
field.
Enums§
- Whether we’re generating an entry point or a regular function.
- The intersection test to use for ray queries.
Constants§
- Names of vector components.
- Indent for backends.
Functions§
- Helper function that returns the string corresponding to the
BinaryOperator
- Helper function that returns the string corresponding to the
VectorSize
Type Aliases§
- Expressions that need baking.
- Specifies the values of pipeline-overridable constants in the shader module.