Class Texture#
Defined in File Texture.ixx
Class Documentation#
-
class Texture#
Public Functions
-
Texture()#
-
void setImage(vk::Image image)#
-
void setImageView(vk::ImageView imageView)#
-
inline uint32_t getMipLevel() const#
-
inline VulkanImage &getVulkanImage()#
-
inline VulkanImageView &getVulkanImageView()#
-
inline vk::Image &getImage()#
-
inline vk::ImageView &getImageView()#
-
inline vk::Sampler &getSampler()#
-
void cleanUp()#
-
~Texture()#
-
Texture()#