[GPU/Vulkan] Add support for 2D image stacks.

This commit is contained in:
gibbed
2018-06-05 07:51:51 -05:00
parent 4caa2a2145
commit 1409b9c565
3 changed files with 36 additions and 12 deletions

View File

@@ -329,6 +329,7 @@ struct TextureInfo {
uint32_t pitch; // pitch in blocks
uint32_t mip_min_level;
uint32_t mip_max_level;
bool is_stacked;
bool is_tiled;
bool has_packed_mips;