Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageFormatProperties |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ImageFormatProperties (vk::Extent3D maxExtent_={}, uint32_t maxMipLevels_={}, uint32_t maxArrayLayers_={}, vk::SampleCountFlags sampleCounts_={}, vk::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= (ImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
ImageFormatProperties & | operator= (VkImageFormatProperties 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 |
Public Attributes | |
vk::Extent3D | maxExtent = {} |
uint32_t | maxMipLevels = {} |
uint32_t | maxArrayLayers = {} |
vk::SampleCountFlags | sampleCounts = {} |
vk::DeviceSize | maxResourceSize = {} |
Definition at line 36436 of file vulkan_structs.hpp.
Definition at line 36438 of file vulkan_structs.hpp.
|
inline |
Definition at line 36441 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 36456 of file vulkan_structs.hpp.
|
inline |
Definition at line 36475 of file vulkan_structs.hpp.
|
inline |
Definition at line 36470 of file vulkan_structs.hpp.
|
inline |
Definition at line 36509 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 36464 of file vulkan_structs.hpp.
|
inline |
Definition at line 36499 of file vulkan_structs.hpp.
uint32_t vk::ImageFormatProperties::maxArrayLayers = {} |
Definition at line 36518 of file vulkan_structs.hpp.
vk::Extent3D vk::ImageFormatProperties::maxExtent = {} |
Definition at line 36516 of file vulkan_structs.hpp.
uint32_t vk::ImageFormatProperties::maxMipLevels = {} |
Definition at line 36517 of file vulkan_structs.hpp.
vk::DeviceSize vk::ImageFormatProperties::maxResourceSize = {} |
Definition at line 36520 of file vulkan_structs.hpp.
vk::SampleCountFlags vk::ImageFormatProperties::sampleCounts = {} |
Definition at line 36519 of file vulkan_structs.hpp.