When providing custom shader include logic, communicates the result of a shader include operation. More...
#include <kanzi/shadercompiler/shadercompiler.hpp>
Public Attributes | |
| string | canonicalName |
| The canonical name of a shader. Resolves all symlinks and relative paths. | |
| string | contents |
| The contents of the included file. | |
When providing custom shader include logic, communicates the result of a shader include operation.
| string kanzi::ShaderCompiler::ShaderIncludeResult::canonicalName |
The canonical name of a shader. Resolves all symlinks and relative paths.
| string kanzi::ShaderCompiler::ShaderIncludeResult::contents |
The contents of the included file.