This file contains the SkeletalMesh class.
VulkanTexture()
A constructor.
Definition VulkanTexture.cpp:8
void CreateTextureImage(VulkanImageBuffer *vImageBuffer)
Creates Vulkan image for the texture and allocates device memory appropriately.
Definition VulkanTexture.cpp:49
void GenerateVulkanTexture(VulkanImageBuffer *vImageBuffer)
Generates the Vulkan texture by creating the image, image view, and sampler.
Definition VulkanTexture.cpp:42
void CreateTextureImageView()
Creates the image view for the texture.
Definition VulkanTexture.cpp:86
void CreateTextureSampler()
Creates the texture sampler.
Definition VulkanTexture.cpp:104
~VulkanTexture()
A destructor.
Definition VulkanTexture.cpp:34