MRT成功,但normal计算不对,待修正
This commit is contained in:
@@ -16,7 +16,7 @@ class DescriptorSets
|
||||
|
||||
VkPipelineLayout pipeline_layout;
|
||||
|
||||
List<VkDescriptorImageInfo> desc_image_info;
|
||||
ObjectList<VkDescriptorImageInfo> desc_image_info;
|
||||
List<VkWriteDescriptorSet> write_desc_sets;
|
||||
|
||||
private:
|
||||
|
@@ -164,7 +164,7 @@ public: //material相关
|
||||
|
||||
public: //Command Buffer 相关
|
||||
|
||||
CommandBuffer * CreateCommandBuffer();
|
||||
CommandBuffer * CreateCommandBuffer(const VkExtent2D *extent=nullptr);
|
||||
|
||||
bool CreateAttachment( List<VkAttachmentReference> &ref_list,
|
||||
List<VkAttachmentDescription> &desc_list,
|
||||
|
Reference in New Issue
Block a user