struct Extent2D
Defined at line 10166 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 10171 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Extent2D (const Extent2D & rhs)
Defined at line 10177 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Extent2D (const VkExtent2D & rhs)
Defined at line 10179 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D & operator= (const Extent2D & rhs)
Defined at line 10181 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D & operator= (const VkExtent2D & rhs)
Defined at line 10184 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D & setWidth (uint32_t width_)
Defined at line 10191 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D && setWidth (uint32_t width_)
Defined at line 10197 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D & setHeight (uint32_t height_)
Defined at line 10203 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent2D && setHeight (uint32_t height_)
Defined at line 10209 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkExtent2D & operator const VkExtent2D & ()
Defined at line 10216 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkExtent2D & operator VkExtent2D & ()
Defined at line 10221 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkExtent2D * operator const VkExtent2D * ()
Defined at line 10226 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkExtent2D * operator VkExtent2D * ()
Defined at line 10231 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const Extent2D & )
Defined at line 10244 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp