HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::ImageFormatProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkImageFormatProperties
 

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
 
ImageFormatPropertiesoperator= (ImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ImageFormatPropertiesoperator= (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

VULKAN_HPP_NAMESPACE::Extent3D maxExtent = {}
 
uint32_t maxMipLevels = {}
 
uint32_t maxArrayLayers = {}
 
VULKAN_HPP_NAMESPACE::SampleCountFlags sampleCounts = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize maxResourceSize = {}
 

Detailed Description

Definition at line 32351 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageFormatProperties::ImageFormatProperties ( VULKAN_HPP_NAMESPACE::Extent3D  maxExtent_ = {},
uint32_t  maxMipLevels_ = {},
uint32_t  maxArrayLayers_ = {},
VULKAN_HPP_NAMESPACE::SampleCountFlags  sampleCounts_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  maxResourceSize_ = {} 
)
inline

Definition at line 32356 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ImageFormatProperties::ImageFormatProperties ( ImageFormatProperties const rhs)
default
VULKAN_HPP_NAMESPACE::ImageFormatProperties::ImageFormatProperties ( VkImageFormatProperties const rhs)
inline

Definition at line 32371 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::ImageFormatProperties::operator VkImageFormatProperties & ( )
inline

Definition at line 32390 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ImageFormatProperties::operator VkImageFormatProperties const & ( ) const
inline

Definition at line 32385 of file vulkan_structs.hpp.

ImageFormatProperties& VULKAN_HPP_NAMESPACE::ImageFormatProperties::operator= ( ImageFormatProperties const rhs)
default
ImageFormatProperties& VULKAN_HPP_NAMESPACE::ImageFormatProperties::operator= ( VkImageFormatProperties const rhs)
inline

Definition at line 32379 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::ImageFormatProperties::operator== ( ImageFormatProperties const rhs) const
inline

Definition at line 32414 of file vulkan_structs.hpp.

Member Data Documentation

uint32_t VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxArrayLayers = {}

Definition at line 32433 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Extent3D VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxExtent = {}

Definition at line 32431 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxMipLevels = {}

Definition at line 32432 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxResourceSize = {}

Definition at line 32435 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SampleCountFlags VULKAN_HPP_NAMESPACE::ImageFormatProperties::sampleCounts = {}

Definition at line 32434 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: