Vulkan-Hpp
vk::FormatProperties3 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkFormatProperties3
 

Public Member Functions

VULKAN_HPP_CONSTEXPR FormatProperties3 (vk::FormatFeatureFlags2 linearTilingFeatures_={}, vk::FormatFeatureFlags2 optimalTilingFeatures_={}, vk::FormatFeatureFlags2 bufferFeatures_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR FormatProperties3 (FormatProperties3 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 FormatProperties3 (VkFormatProperties3 const &rhs) VULKAN_HPP_NOEXCEPT
 
FormatProperties3operator= (FormatProperties3 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
FormatProperties3operator= (VkFormatProperties3 const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkFormatProperties3 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkFormatProperties3 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (FormatProperties3 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (FormatProperties3 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eFormatProperties3
 
void * pNext = {}
 
vk::FormatFeatureFlags2 linearTilingFeatures = {}
 
vk::FormatFeatureFlags2 optimalTilingFeatures = {}
 
vk::FormatFeatureFlags2 bufferFeatures = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFormatProperties3
 

Detailed Description

Definition at line 37654 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ FormatProperties3() [1/3]

VULKAN_HPP_CONSTEXPR vk::FormatProperties3::FormatProperties3 ( vk::FormatFeatureFlags2  linearTilingFeatures_ = {},
vk::FormatFeatureFlags2  optimalTilingFeatures_ = {},
vk::FormatFeatureFlags2  bufferFeatures_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 37662 of file vulkan_structs.hpp.

◆ FormatProperties3() [2/3]

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

◆ FormatProperties3() [3/3]

vk::FormatProperties3::FormatProperties3 ( VkFormatProperties3 const &  rhs)
inline

Definition at line 37675 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkFormatProperties3 &()

vk::FormatProperties3::operator VkFormatProperties3 & ( )
inline

Definition at line 37691 of file vulkan_structs.hpp.

◆ operator VkFormatProperties3 const &()

vk::FormatProperties3::operator VkFormatProperties3 const & ( ) const
inline

Definition at line 37686 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 37725 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

FormatProperties3& vk::FormatProperties3::operator= ( VkFormatProperties3 const &  rhs)
inline

Definition at line 37680 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 37715 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::FormatProperties3::allowDuplicate = false
static

Definition at line 37658 of file vulkan_structs.hpp.

◆ bufferFeatures

vk::FormatFeatureFlags2 vk::FormatProperties3::bufferFeatures = {}

Definition at line 37736 of file vulkan_structs.hpp.

◆ linearTilingFeatures

vk::FormatFeatureFlags2 vk::FormatProperties3::linearTilingFeatures = {}

Definition at line 37734 of file vulkan_structs.hpp.

◆ optimalTilingFeatures

vk::FormatFeatureFlags2 vk::FormatProperties3::optimalTilingFeatures = {}

Definition at line 37735 of file vulkan_structs.hpp.

◆ pNext

void* vk::FormatProperties3::pNext = {}

Definition at line 37733 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::FormatProperties3::structureType = StructureType::eFormatProperties3
static

Definition at line 37659 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::FormatProperties3::sType = StructureType::eFormatProperties3

Definition at line 37732 of file vulkan_structs.hpp.


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