VkCV Framework  0.0.1
CV Vulkan framework
vkcv::shader::Compiler Member List

This is the complete list of members for vkcv::shader::Compiler, including all inherited members.

compile(ShaderStage shaderStage, const std::filesystem::path &shaderPath, const ShaderCompiledFunction &compiled, const std::filesystem::path &includePath, bool update)=0 (defined in vkcv::shader::Compiler)vkcv::shader::Compilerpure virtual
compileSource(ShaderStage shaderStage, const char *shaderSource, const ShaderCompiledFunction &compiled, const std::filesystem::path &includePath)=0 (defined in vkcv::shader::Compiler)vkcv::shader::Compilerpure virtual
getDefine(const std::string &name) const (defined in vkcv::shader::Compiler)vkcv::shader::Compiler
m_defines (defined in vkcv::shader::Compiler)vkcv::shader::Compilerprotected
setDefine(const std::string &name, const std::string &value) (defined in vkcv::shader::Compiler)vkcv::shader::Compiler