TextureType
An enum for classifying textures supported and used by the Engine.
Definition Texture.h:29
const std::string & GetTextureShaderName() const
Getter for Texture Shader name.
Definition Texture.h:87
std::shared_ptr< VulkanTexture > GetVulkanTexture() const
Getter for VulkanTexture.
Definition Texture.h:95
const std::string & GetTextureName() const
Getter for texture name.
Definition Texture.h:80
Definition VulkanTexutre.h:9