descriptor heap rewrite
This commit is contained in:
parent
b4bd0c03c5
commit
f8e142fb06
31 changed files with 429 additions and 1017 deletions
|
|
@ -37,7 +37,7 @@ export namespace Crafter {
|
|||
std::uint8_t mipLevels;
|
||||
VkImage image;
|
||||
VkDeviceMemory imageMemory;
|
||||
VulkanBuffer<PixelType, true, false, false> buffer;
|
||||
VulkanBuffer<PixelType, true, false> buffer;
|
||||
VkImageView imageView;
|
||||
VkDescriptorImageInfo descriptor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue