Skip to content
Snippets Groups Projects

Resolve "Material (Modul)"

Merged Tobias Frisch requested to merge 57-material-modul into develop
4 files
+ 18
11
Compare changes
  • Side-by-side
  • Inline
Files
4
  • cdbfa863
    [#57] moved descriptorSetHandle to material-class · cdbfa863
    Lars Hoerttrich authored
#pragma once
#include <vkcv/Handles.hpp>
namespace vkcv::material {
class Material {
private:
public:
const DescriptorSetHandle m_DescriptorSetHandle;
protected:
Material(const DescriptorSetHandle& setHandle);
};
}
Loading