VkCV Framework
0.0.1
CV Vulkan framework
|
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::Compiler | pure virtual |
compileSource(ShaderStage shaderStage, const char *shaderSource, const ShaderCompiledFunction &compiled, const std::filesystem::path &includePath)=0 (defined in vkcv::shader::Compiler) | vkcv::shader::Compiler | pure virtual |
getDefine(const std::string &name) const (defined in vkcv::shader::Compiler) | vkcv::shader::Compiler | |
m_defines (defined in vkcv::shader::Compiler) | vkcv::shader::Compiler | protected |
setDefine(const std::string &name, const std::string &value) (defined in vkcv::shader::Compiler) | vkcv::shader::Compiler |