improved BindInputAttachment at DescriptorSets, added BindInputAttachment at MaterialParameters

This commit is contained in:
2022-03-28 17:41:25 +08:00
parent 3e81d05c81
commit 77836d7121
8 changed files with 35 additions and 10 deletions

View File

@@ -29,10 +29,10 @@ public:
virtual ~ImageView();
operator VkImageView(){return image_view;}
public:
VkImageView GetImageView () {return image_view;}
const VkImageViewType GetViewType ()const{return ivci->viewType;}
const VkFormat GetFormat ()const{return ivci->format;}
const VkExtent3D & GetExtent ()const{return extent;}