Function gpa::shader_utilities::GetGLSLFromSPIRV

Function Documentation

std::string gpa::shader_utilities::GetGLSLFromSPIRV(std::vector<uint32_t> const &spirv)

Decompiles SPIR-V bytecode to GLSL.

Parameters

spirv -- The bytecode to decompile