|
|
bool | Initialize (Resource::TextureHandle handle, const VkDevice &device) |
| |
|
bool | Initialize (const VkDevice &device, const BYTE *data, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t mipLevels) |
| |
|
VkImageView | GetView () |
| |
| uint32_t | GetWidth () const |
| | Gets the width of the texture. More...
|
| |
| uint32_t | GetHeight () const |
| | Gets the height of the texture. More...
|
| |
|
|
const BYTE * | m_data |
| |
|
uint32_t | m_width |
| |
|
uint32_t | m_height |
| |
|
uint32_t | m_bpp |
| |
|
uint32_t | m_channels |
| |
|
uint32_t | m_mipLevels |
| |
The documentation for this class was generated from the following files:
- include/unused/vulkan/ht_vktexture.h
- source/unused/vulkan/ht_vktexture.cpp