mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 01:23:51 +00:00
Merge commit 'bcf1015149' into feat/animation-handling
This commit is contained in:
commit
0da2365154
4 changed files with 147 additions and 335 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue