struct Extent3D
Defined at line 9757 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
uint32_t width
uint32_t height
uint32_t depth
Public Methods
void Extent3D (uint32_t width_, uint32_t height_, uint32_t depth_)
Defined at line 9762 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Extent3D (const Extent3D & rhs)
Defined at line 9769 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Extent3D (const VkExtent3D & rhs)
Defined at line 9771 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Extent3D (const Extent2D & extent2D, uint32_t depth_)
Defined at line 9773 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent3D & operator= (const Extent3D & rhs)
Defined at line 9775 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent3D & operator= (const VkExtent3D & rhs)
Defined at line 9778 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent3D & setWidth (uint32_t width_)
Defined at line 9785 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent3D & setHeight (uint32_t height_)
Defined at line 9791 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Extent3D & setDepth (uint32_t depth_)
Defined at line 9797 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkExtent3D & operator const VkExtent3D & ()
Defined at line 9804 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkExtent3D & operator VkExtent3D & ()
Defined at line 9809 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const Extent3D & )
Defined at line 9827 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp