Skip to content
Snippets Groups Projects

Resolve "Slang Compiler"

Merged Tobias Frisch requested to merge 144-slang-compiler into develop
9 files
+ 197
159
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -84,11 +84,11 @@ namespace vkcv::shader {
* @param[in] includePath Include path for shaders
* @param[in] update Flag to update shaders during runtime
*/
virtual void compile(ShaderStage shaderStage,
void compile(ShaderStage shaderStage,
const std::filesystem::path& shaderPath,
const ShaderCompiledFunction& compiled,
const std::filesystem::path& includePath,
bool update) = 0;
const std::filesystem::path& includePath = "",
bool update = false);
/**
* Compile a shader program from a specific map of given file paths for
Loading