Vulkan-Hpp
vk::FormatProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkFormatProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR FormatProperties (vk::FormatFeatureFlags linearTilingFeatures_={}, vk::FormatFeatureFlags optimalTilingFeatures_={}, vk::FormatFeatureFlags bufferFeatures_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR FormatProperties (FormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 FormatProperties (VkFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
FormatPropertiesoperator= (FormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
FormatPropertiesoperator= (VkFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkFormatProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkFormatProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (FormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (FormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::FormatFeatureFlags linearTilingFeatures = {}
 
vk::FormatFeatureFlags optimalTilingFeatures = {}
 
vk::FormatFeatureFlags bufferFeatures = {}
 

Detailed Description

Definition at line 37497 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ FormatProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::FormatProperties::FormatProperties ( vk::FormatFeatureFlags  linearTilingFeatures_ = {},
vk::FormatFeatureFlags  optimalTilingFeatures_ = {},
vk::FormatFeatureFlags  bufferFeatures_ = {} 
)
inline

Definition at line 37502 of file vulkan_structs.hpp.

◆ FormatProperties() [2/3]

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

◆ FormatProperties() [3/3]

vk::FormatProperties::FormatProperties ( VkFormatProperties const &  rhs)
inline

Definition at line 37513 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkFormatProperties &()

vk::FormatProperties::operator VkFormatProperties & ( )
inline

Definition at line 37529 of file vulkan_structs.hpp.

◆ operator VkFormatProperties const &()

vk::FormatProperties::operator VkFormatProperties const & ( ) const
inline

Definition at line 37524 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 37561 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

FormatProperties& vk::FormatProperties::operator= ( VkFormatProperties const &  rhs)
inline

Definition at line 37518 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 37551 of file vulkan_structs.hpp.

Member Data Documentation

◆ bufferFeatures

vk::FormatFeatureFlags vk::FormatProperties::bufferFeatures = {}

Definition at line 37570 of file vulkan_structs.hpp.

◆ linearTilingFeatures

vk::FormatFeatureFlags vk::FormatProperties::linearTilingFeatures = {}

Definition at line 37568 of file vulkan_structs.hpp.

◆ optimalTilingFeatures

vk::FormatFeatureFlags vk::FormatProperties::optimalTilingFeatures = {}

Definition at line 37569 of file vulkan_structs.hpp.


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