Vulkan-Hpp
|
#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 | |
FormatProperties & | operator= (FormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
FormatProperties & | operator= (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 = {} |
Definition at line 37497 of file vulkan_structs.hpp.
Definition at line 37499 of file vulkan_structs.hpp.
|
inline |
Definition at line 37502 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37513 of file vulkan_structs.hpp.
|
inline |
Definition at line 37529 of file vulkan_structs.hpp.
|
inline |
Definition at line 37524 of file vulkan_structs.hpp.
|
inline |
Definition at line 37561 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37518 of file vulkan_structs.hpp.
|
inline |
Definition at line 37551 of file vulkan_structs.hpp.
vk::FormatFeatureFlags vk::FormatProperties::bufferFeatures = {} |
Definition at line 37570 of file vulkan_structs.hpp.
vk::FormatFeatureFlags vk::FormatProperties::linearTilingFeatures = {} |
Definition at line 37568 of file vulkan_structs.hpp.
vk::FormatFeatureFlags vk::FormatProperties::optimalTilingFeatures = {} |
Definition at line 37569 of file vulkan_structs.hpp.