Skip to content
Snippets Groups Projects

Resolve "Runtime shader compilation"

Merged Tobias Frisch requested to merge 73-runtime-shader-compilation into develop
Files
16
@@ -51,7 +51,7 @@ namespace vkcv {
@@ -51,7 +51,7 @@ namespace vkcv {
const std::vector<VertexAttachment> &getVertexAttachments() const;
const std::vector<VertexAttachment> &getVertexAttachments() const;
size_t getPushConstantSize() const;
size_t getPushConstantSize() const;
const std::vector<std::vector<DescriptorBinding>> &getReflectedDescriptors() const;
const std::vector<std::vector<DescriptorBinding>>& getReflectedDescriptors() const;
private:
private:
/**
/**
Loading