struct Extent2D
Defined at line 6826 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
=== VK_VERSION_1_0 ===
Public Members
uint32_t width
uint32_t height
Public Methods
void Extent2D (uint32_t width_, uint32_t height_)
Defined at line 6831 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Extent2D (const Extent2D & rhs)
Defined at line 6837 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Extent2D (const VkExtent2D & rhs)
Defined at line 6839 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D & operator= (const Extent2D & rhs)
Defined at line 6841 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D & operator= (const VkExtent2D & rhs)
Defined at line 6844 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D & setWidth (uint32_t width_)
Defined at line 6851 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D & setHeight (uint32_t height_)
Defined at line 6857 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkExtent2D & operator const VkExtent2D & ()
Defined at line 6864 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkExtent2D & operator VkExtent2D & ()
Defined at line 6869 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const Extent2D & )
Defined at line 6887 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp