SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
Extent3D (uint32_t width_=0, uint32_t height_=0, uint32_t depth_=0) | |
Extent3D (Extent2D const &extent2D, uint32_t depth_=0) | |
Extent3D (VkExtent3D const &rhs) | |
Extent3D & | operator= (VkExtent3D const &rhs) |
Extent3D & | setWidth (uint32_t width_) |
Extent3D & | setHeight (uint32_t height_) |
Extent3D & | setDepth (uint32_t depth_) |
operator VkExtent3D const & () const | |
operator VkExtent3D & () | |
bool | operator== (Extent3D const &rhs) const |
bool | operator!= (Extent3D const &rhs) const |
Data Fields | |
uint32_t | width |
uint32_t | height |
uint32_t | depth |
Definition at line 5280 of file vulkan.hpp.
|
inline |
Definition at line 5282 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 5291 of file vulkan.hpp.
|
inline |
Definition at line 5298 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5331 of file vulkan.hpp.
|
inline |
Definition at line 5326 of file vulkan.hpp.
|
inline |
Definition at line 5343 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 5303 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5336 of file vulkan.hpp.
References depth, height, and width.
Referenced by operator!=().
Definition at line 5320 of file vulkan.hpp.
Definition at line 5314 of file vulkan.hpp.
Definition at line 5308 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::Extent3D::depth |
Definition at line 5350 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::Extent3D::height |
Definition at line 5349 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::Extent3D::width |
Definition at line 5348 of file vulkan.hpp.
Referenced by operator==().