◆ getChannels()
| std::uint32_t Vyroda::Texture::getChannels |
( |
| ) |
const |
|
inline |
◆ getHeight()
| std::uint32_t Vyroda::Texture::getHeight |
( |
| ) |
const |
|
inline |
◆ getImage()
| VkImage Vyroda::Texture::getImage |
( |
| ) |
const |
|
inline |
◆ getImageView()
| VkImageView Vyroda::Texture::getImageView |
( |
| ) |
const |
|
inline |
◆ getMipLevels()
| std::uint32_t Vyroda::Texture::getMipLevels |
( |
| ) |
const |
|
inline |
◆ getName()
| std::string Vyroda::Texture::getName |
( |
| ) |
const |
|
inline |
◆ getNormalMap()
| std::vector< std::array< float, 3 > > Vyroda::Texture::getNormalMap |
( |
| ) |
const |
|
inline |
◆ getPath()
| std::string Vyroda::Texture::getPath |
( |
| ) |
const |
|
inline |
◆ getSampler()
| VkSampler Vyroda::Texture::getSampler |
( |
| ) |
const |
|
inline |
◆ getWidth()
| std::uint32_t Vyroda::Texture::getWidth |
( |
| ) |
const |
|
inline |
◆ isPublic()
| bool Vyroda::Texture::isPublic |
( |
| ) |
const |
|
inline |
◆ setChannels()
| void Vyroda::Texture::setChannels |
( |
std::uint32_t const | channels | ) |
|
|
inline |
◆ setHeight()
| void Vyroda::Texture::setHeight |
( |
std::uint32_t const | height | ) |
|
|
inline |
◆ setImage()
| void Vyroda::Texture::setImage |
( |
VkImage const | image | ) |
|
|
inline |
◆ setImageView()
| void Vyroda::Texture::setImageView |
( |
VkImageView const | imageview | ) |
|
|
inline |
◆ setIsPublic()
| void Vyroda::Texture::setIsPublic |
( |
bool | isPublic | ) |
|
|
inline |
◆ setMipLevels()
| void Vyroda::Texture::setMipLevels |
( |
std::uint32_t const | mip_lvls | ) |
|
|
inline |
◆ setName()
| void Vyroda::Texture::setName |
( |
std::string const & | name | ) |
|
|
inline |
◆ setNormalMap()
| void Vyroda::Texture::setNormalMap |
( |
std::vector< std::array< float, 3 > > | normal_map_texture | ) |
|
|
inline |
◆ setPath()
| void Vyroda::Texture::setPath |
( |
std::string_view | path | ) |
|
|
inline |
◆ setSampler()
| void Vyroda::Texture::setSampler |
( |
VkSampler | sampler | ) |
|
|
inline |
◆ setWidth()
| void Vyroda::Texture::setWidth |
( |
std::uint32_t const | width | ) |
|
|
inline |
The documentation for this class was generated from the following file: