Merge commit 'bcf1015149' into feat/animation-handling

This commit is contained in:
Paul 2026-04-05 12:35:17 +03:00
commit 0da2365154
4 changed files with 147 additions and 335 deletions

View file

@ -60,7 +60,7 @@ public:
uint32_t getHeight() const { return image_.extent.height; }
VkFormat getFormat() const { return image_.format; }
uint32_t getMipLevels() const { return mipLevels_; }
bool isValid() const { return image_.image != VK_NULL_HANDLE; }
bool isValid() const { return image_.image != VK_NULL_HANDLE && sampler_ != VK_NULL_HANDLE; }
// Write descriptor info for binding
VkDescriptorImageInfo descriptorInfo(VkImageLayout layout =