Vulkan-Hpp
|
#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 | |
FormatProperties3 & | operator= (FormatProperties3 const &rhs) VULKAN_HPP_NOEXCEPT=default |
FormatProperties3 & | operator= (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 |
Definition at line 37654 of file vulkan_structs.hpp.
Definition at line 37656 of file vulkan_structs.hpp.
|
inline |
Definition at line 37662 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37675 of file vulkan_structs.hpp.
|
inline |
Definition at line 37691 of file vulkan_structs.hpp.
|
inline |
Definition at line 37686 of file vulkan_structs.hpp.
|
inline |
Definition at line 37725 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37680 of file vulkan_structs.hpp.
|
inline |
Definition at line 37715 of file vulkan_structs.hpp.
|
static |
Definition at line 37658 of file vulkan_structs.hpp.
vk::FormatFeatureFlags2 vk::FormatProperties3::bufferFeatures = {} |
Definition at line 37736 of file vulkan_structs.hpp.
vk::FormatFeatureFlags2 vk::FormatProperties3::linearTilingFeatures = {} |
Definition at line 37734 of file vulkan_structs.hpp.
vk::FormatFeatureFlags2 vk::FormatProperties3::optimalTilingFeatures = {} |
Definition at line 37735 of file vulkan_structs.hpp.
void* vk::FormatProperties3::pNext = {} |
Definition at line 37733 of file vulkan_structs.hpp.
|
static |
Definition at line 37659 of file vulkan_structs.hpp.
vk::StructureType vk::FormatProperties3::sType = StructureType::eFormatProperties3 |
Definition at line 37732 of file vulkan_structs.hpp.