writing ui descriptors
This commit is contained in:
parent
3f4ad87746
commit
3fcea6a3d7
8 changed files with 108 additions and 69 deletions
|
|
@ -37,7 +37,7 @@ export namespace Crafter {
|
|||
std::uint8_t mipLevels;
|
||||
VkImage image;
|
||||
VkDeviceMemory imageMemory;
|
||||
VulkanBuffer<PixelType, true, false> buffer;
|
||||
VulkanBuffer<PixelType, true> buffer;
|
||||
VkImageView imageView;
|
||||
VkDescriptorImageInfo descriptor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue