Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageCompressionPropertiesEXT |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ImageCompressionPropertiesEXT (vk::ImageCompressionFlagsEXT imageCompressionFlags_={}, vk::ImageCompressionFixedRateFlagsEXT imageCompressionFixedRateFlags_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | ImageCompressionPropertiesEXT (ImageCompressionPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
ImageCompressionPropertiesEXT (VkImageCompressionPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT | |
ImageCompressionPropertiesEXT & | operator= (ImageCompressionPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
ImageCompressionPropertiesEXT & | operator= (VkImageCompressionPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkImageCompressionPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT | |
operator VkImageCompressionPropertiesEXT & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (ImageCompressionPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (ImageCompressionPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eImageCompressionPropertiesEXT |
void * | pNext = {} |
vk::ImageCompressionFlagsEXT | imageCompressionFlags = {} |
vk::ImageCompressionFixedRateFlagsEXT | imageCompressionFixedRateFlags = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImageCompressionPropertiesEXT |
Definition at line 43362 of file vulkan_structs.hpp.
Definition at line 43364 of file vulkan_structs.hpp.
|
inline |
Definition at line 43370 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 43381 of file vulkan_structs.hpp.
|
inline |
Definition at line 43400 of file vulkan_structs.hpp.
|
inline |
Definition at line 43395 of file vulkan_structs.hpp.
|
inline |
Definition at line 43433 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 43389 of file vulkan_structs.hpp.
|
inline |
Definition at line 43423 of file vulkan_structs.hpp.
|
static |
Definition at line 43366 of file vulkan_structs.hpp.
vk::ImageCompressionFixedRateFlagsEXT vk::ImageCompressionPropertiesEXT::imageCompressionFixedRateFlags = {} |
Definition at line 43443 of file vulkan_structs.hpp.
vk::ImageCompressionFlagsEXT vk::ImageCompressionPropertiesEXT::imageCompressionFlags = {} |
Definition at line 43442 of file vulkan_structs.hpp.
void* vk::ImageCompressionPropertiesEXT::pNext = {} |
Definition at line 43441 of file vulkan_structs.hpp.
|
static |
Definition at line 43367 of file vulkan_structs.hpp.
vk::StructureType vk::ImageCompressionPropertiesEXT::sType = StructureType::eImageCompressionPropertiesEXT |
Definition at line 43440 of file vulkan_structs.hpp.