|
| void | Diligent::GLSLangUtils::InitializeGlslang () |
| |
| void | Diligent::GLSLangUtils::FinalizeGlslang () |
| |
| void | Diligent::GLSLangUtils::SpvOptimizerMessageConsumer (spv_message_level_t level, const char *, const spv_position_t &, const char *message) |
| |
| std::vector< unsigned int > | Diligent::GLSLangUtils::HLSLtoSPIRV (const ShaderCreateInfo &ShaderCI, const char *ExtraDefinitions, IDataBlob **ppCompilerOutput) |
| |
| std::vector< unsigned int > | Diligent::GLSLangUtils::GLSLtoSPIRV (SHADER_TYPE ShaderType, const char *ShaderSource, int SourceCodeLen, const ShaderMacro *Macros, IShaderSourceInputStreamFactory *pShaderSourceStreamFactory, SpirvVersion Version, IDataBlob **ppCompilerOutput) |
| |