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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkFormatProperties3
 

Public Member Functions

VULKAN_HPP_CONSTEXPR FormatProperties3 (VULKAN_HPP_NAMESPACE::FormatFeatureFlags2 linearTilingFeatures_={}, VULKAN_HPP_NAMESPACE::FormatFeatureFlags2 optimalTilingFeatures_={}, VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eFormatProperties3
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::FormatFeatureFlags2 linearTilingFeatures = {}
 
VULKAN_HPP_NAMESPACE::FormatFeatureFlags2 optimalTilingFeatures = {}
 
VULKAN_HPP_NAMESPACE::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 33467 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 33475 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::FormatProperties3::FormatProperties3 ( FormatProperties3 const rhs)
default
VULKAN_HPP_NAMESPACE::FormatProperties3::FormatProperties3 ( VkFormatProperties3 const rhs)
inline

Definition at line 33488 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 33504 of file vulkan_structs.hpp.

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

Definition at line 33499 of file vulkan_structs.hpp.

Definition at line 33538 of file vulkan_structs.hpp.

FormatProperties3& VULKAN_HPP_NAMESPACE::FormatProperties3::operator= ( FormatProperties3 const rhs)
default
FormatProperties3& VULKAN_HPP_NAMESPACE::FormatProperties3::operator= ( VkFormatProperties3 const rhs)
inline

Definition at line 33493 of file vulkan_structs.hpp.

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

Definition at line 33528 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 33471 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::FormatFeatureFlags2 VULKAN_HPP_NAMESPACE::FormatProperties3::bufferFeatures = {}

Definition at line 33549 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::FormatFeatureFlags2 VULKAN_HPP_NAMESPACE::FormatProperties3::linearTilingFeatures = {}

Definition at line 33547 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::FormatFeatureFlags2 VULKAN_HPP_NAMESPACE::FormatProperties3::optimalTilingFeatures = {}

Definition at line 33548 of file vulkan_structs.hpp.

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

Definition at line 33546 of file vulkan_structs.hpp.

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

Definition at line 33472 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::FormatProperties3::sType = StructureType::eFormatProperties3

Definition at line 33545 of file vulkan_structs.hpp.


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