Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSparseImageFormatProperties |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | SparseImageFormatProperties (vk::ImageAspectFlags aspectMask_={}, vk::Extent3D imageGranularity_={}, vk::SparseImageFormatFlags flags_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | SparseImageFormatProperties (SparseImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
SparseImageFormatProperties (VkSparseImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
SparseImageFormatProperties & | operator= (SparseImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
SparseImageFormatProperties & | operator= (VkSparseImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkSparseImageFormatProperties const & () const VULKAN_HPP_NOEXCEPT | |
operator VkSparseImageFormatProperties & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (SparseImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (SparseImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::ImageAspectFlags | aspectMask = {} |
vk::Extent3D | imageGranularity = {} |
vk::SparseImageFormatFlags | flags = {} |
Definition at line 107855 of file vulkan_structs.hpp.
Definition at line 107857 of file vulkan_structs.hpp.
|
inline |
Definition at line 107860 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 107871 of file vulkan_structs.hpp.
|
inline |
Definition at line 107890 of file vulkan_structs.hpp.
|
inline |
Definition at line 107885 of file vulkan_structs.hpp.
|
inline |
Definition at line 107919 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 107879 of file vulkan_structs.hpp.
|
inline |
Definition at line 107910 of file vulkan_structs.hpp.
vk::ImageAspectFlags vk::SparseImageFormatProperties::aspectMask = {} |
Definition at line 107926 of file vulkan_structs.hpp.
vk::SparseImageFormatFlags vk::SparseImageFormatProperties::flags = {} |
Definition at line 107928 of file vulkan_structs.hpp.
vk::Extent3D vk::SparseImageFormatProperties::imageGranularity = {} |
Definition at line 107927 of file vulkan_structs.hpp.