|
CheeseEngine
A 2D Game Engine
|
Public Attributes | |
| VkImage | image |
| VkDeviceMemory | imageMemory |
| VkImageView | imageView |
| VkSampler | sampler |
| uint32_t | layersCount |
| VkExtent2D | extent |
| std::vector< stbi_uc * > | pixels |
| VkExtent2D GraphicCore::TextureArray::extent |
| VkImage GraphicCore::TextureArray::image |
| VkDeviceMemory GraphicCore::TextureArray::imageMemory |
| VkImageView GraphicCore::TextureArray::imageView |
| uint32_t GraphicCore::TextureArray::layersCount |
| std::vector<stbi_uc*> GraphicCore::TextureArray::pixels |
| VkSampler GraphicCore::TextureArray::sampler |