mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
vulkan: add support for 2d array textures
This commit is contained in:
@@ -50,6 +50,7 @@ private:
|
||||
VkImageView textureImageView;
|
||||
VkSampler textureSampler;
|
||||
const Slices* data;
|
||||
int layerCount = 0;
|
||||
};
|
||||
} // vulkan
|
||||
} // graphics
|
||||
|
||||
Reference in New Issue
Block a user