CheeseEngine
A 2D Game Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
GraphicCore::TextureArray Struct Reference

Public Attributes

VkImage image
 
VkDeviceMemory imageMemory
 
VkImageView imageView
 
VkSampler sampler
 
uint32_t layersCount
 
VkExtent2D extent
 
std::vector< stbi_uc * > pixels
 

Member Data Documentation

◆ extent

VkExtent2D GraphicCore::TextureArray::extent

◆ image

VkImage GraphicCore::TextureArray::image

◆ imageMemory

VkDeviceMemory GraphicCore::TextureArray::imageMemory

◆ imageView

VkImageView GraphicCore::TextureArray::imageView

◆ layersCount

uint32_t GraphicCore::TextureArray::layersCount

◆ pixels

std::vector<stbi_uc*> GraphicCore::TextureArray::pixels

◆ sampler

VkSampler GraphicCore::TextureArray::sampler

The documentation for this struct was generated from the following file: