|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| Extent3D (uint32_t width_=0, uint32_t height_=0, 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 const VkExtent3D & () const | |
| bool | operator== (Extent3D const &rhs) const |
| bool | operator!= (Extent3D const &rhs) const |
Public Attributes | |
| uint32_t | width |
| uint32_t | height |
| uint32_t | depth |
|
inline |
|
inline |
|
inline |
|
inline |
| uint32_t VULKAN_HPP_NAMESPACE::Extent3D::depth |
| uint32_t VULKAN_HPP_NAMESPACE::Extent3D::height |
| uint32_t VULKAN_HPP_NAMESPACE::Extent3D::width |
1.8.15