Vulkan-Hpp
vk::ImageFormatProperties Struct Reference

#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
 
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

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

Detailed Description

Definition at line 36436 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ ImageFormatProperties() [1/3]

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

Definition at line 36441 of file vulkan_structs.hpp.

◆ ImageFormatProperties() [2/3]

VULKAN_HPP_CONSTEXPR vk::ImageFormatProperties::ImageFormatProperties ( ImageFormatProperties const &  rhs)
default

◆ ImageFormatProperties() [3/3]

vk::ImageFormatProperties::ImageFormatProperties ( VkImageFormatProperties const &  rhs)
inline

Definition at line 36456 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkImageFormatProperties &()

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

Definition at line 36475 of file vulkan_structs.hpp.

◆ operator VkImageFormatProperties const &()

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

Definition at line 36470 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::ImageFormatProperties::operator!= ( ImageFormatProperties const &  rhs) const
inline

Definition at line 36509 of file vulkan_structs.hpp.

◆ operator=() [1/2]

ImageFormatProperties& vk::ImageFormatProperties::operator= ( ImageFormatProperties const &  rhs)
default

◆ operator=() [2/2]

ImageFormatProperties& vk::ImageFormatProperties::operator= ( VkImageFormatProperties const &  rhs)
inline

Definition at line 36464 of file vulkan_structs.hpp.

◆ operator==()

bool vk::ImageFormatProperties::operator== ( ImageFormatProperties const &  rhs) const
inline

Definition at line 36499 of file vulkan_structs.hpp.

Member Data Documentation

◆ maxArrayLayers

uint32_t vk::ImageFormatProperties::maxArrayLayers = {}

Definition at line 36518 of file vulkan_structs.hpp.

◆ maxExtent

vk::Extent3D vk::ImageFormatProperties::maxExtent = {}

Definition at line 36516 of file vulkan_structs.hpp.

◆ maxMipLevels

uint32_t vk::ImageFormatProperties::maxMipLevels = {}

Definition at line 36517 of file vulkan_structs.hpp.

◆ maxResourceSize

vk::DeviceSize vk::ImageFormatProperties::maxResourceSize = {}

Definition at line 36520 of file vulkan_structs.hpp.

◆ sampleCounts

vk::SampleCountFlags vk::ImageFormatProperties::sampleCounts = {}

Definition at line 36519 of file vulkan_structs.hpp.


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