TextureType
An enum for classifying textures supported and used by the Engine.
Definition Texture.h:27
const std::string & GetTextureShaderName() const
Getter for Texture Shader name.
Definition Texture.h:85
std::shared_ptr< VulkanTexture > GetVulkanTexture() const
Getter for VulkanTexture.
Definition Texture.h:93
const std::string & GetTextureName() const
Getter for texture name.
Definition Texture.h:78
Vulkan specific implementation of Texture class.
Definition VulkanTexture.h:30