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

Shader compiler results for a single stage. More...

#include <kanzi/shadercompiler/shadercompiler.hpp>

Public Attributes

vector< byte > blob
 The raw bytes of the processed shader.
 
string humanReadable
 A human-readable representation of the shader output.
 

Detailed Description

Shader compiler results for a single stage.

Member Data Documentation

◆ blob

vector<byte> kanzi::ShaderCompiler::StageResult::blob

The raw bytes of the processed shader.

◆ humanReadable

string kanzi::ShaderCompiler::StageResult::humanReadable

A human-readable representation of the shader output.


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