This file contains the SkeletalMesh class.
VulkanTexture()
A constructor.
Definition VulkanTexture.cpp:6
void CreateTextureImage(VulkanImageBuffer *vImageBuffer)
Creates Vulkan image for the texture and allocates device memory appropriately.
Definition VulkanTexture.cpp:27
void GenerateVulkanTexture(VulkanImageBuffer *vImageBuffer)
Generates the Vulkan texture by creating the image, image view, and sampler.
Definition VulkanTexture.cpp:20
void CreateTextureImageView()
Creates the image view for the texture.
Definition VulkanTexture.cpp:64
void CreateTextureSampler()
Creates the texture sampler.
Definition VulkanTexture.cpp:82
~VulkanTexture()
A destructor.
Definition VulkanTexture.cpp:12