Kanzi 4.0.0-beta2
kanzi::ShaderCompiler::ShaderIncludeResult Struct Reference

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.
 

Detailed Description

When providing custom shader include logic, communicates the result of a shader include operation.

Member Data Documentation

◆ canonicalName

string kanzi::ShaderCompiler::ShaderIncludeResult::canonicalName

The canonical name of a shader. Resolves all symlinks and relative paths.

◆ contents

string kanzi::ShaderCompiler::ShaderIncludeResult::contents

The contents of the included file.


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