|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ImageFormatProperties:Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | ImageFormatProperties (VULKAN_HPP_NAMESPACE::Extent3D maxExtent_={}, uint32_t maxMipLevels_={}, uint32_t maxArrayLayers_={}, VULKAN_HPP_NAMESPACE::SampleCountFlags sampleCounts_={}, VULKAN_HPP_NAMESPACE::DeviceSize maxResourceSize_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | ImageFormatProperties (ImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
| ImageFormatProperties (VkImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
| ImageFormatProperties & | operator= (VkImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT |
| ImageFormatProperties & | operator= (ImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkImageFormatProperties const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkImageFormatProperties & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (ImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (ImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| VULKAN_HPP_NAMESPACE::Extent3D | maxExtent = {} |
| uint32_t | maxMipLevels = {} |
| uint32_t | maxArrayLayers = {} |
| VULKAN_HPP_NAMESPACE::SampleCountFlags | sampleCounts = {} |
| VULKAN_HPP_NAMESPACE::DeviceSize | maxResourceSize = {} |
Definition at line 51450 of file vulkan.hpp.
|
inline |
Definition at line 51455 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 51461 of file vulkan.hpp.
|
inline |
Definition at line 51485 of file vulkan.hpp.
|
inline |
Definition at line 51480 of file vulkan.hpp.
|
inline |
Definition at line 51503 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 51473 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 51467 of file vulkan.hpp.
|
inline |
Definition at line 51494 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxArrayLayers = {} |
Definition at line 51514 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::Extent3D VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxExtent = {} |
Definition at line 51512 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxMipLevels = {} |
Definition at line 51513 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxResourceSize = {} |
Definition at line 51516 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::SampleCountFlags VULKAN_HPP_NAMESPACE::ImageFormatProperties::sampleCounts = {} |
Definition at line 51515 of file vulkan.hpp.