HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkExtent3D |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Extent3D (uint32_t width_={}, uint32_t height_={}, uint32_t depth_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | Extent3D (Extent3D const &rhs) VULKAN_HPP_NOEXCEPT=default |
Extent3D (VkExtent3D const &rhs) VULKAN_HPP_NOEXCEPT | |
Extent3D (Extent2D const &extent2D, uint32_t depth_={}) | |
Extent3D & | operator= (Extent3D const &rhs) VULKAN_HPP_NOEXCEPT=default |
Extent3D & | operator= (VkExtent3D const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 Extent3D & | setWidth (uint32_t width_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 Extent3D & | setHeight (uint32_t height_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 Extent3D & | setDepth (uint32_t depth_) VULKAN_HPP_NOEXCEPT |
operator VkExtent3D const & () const VULKAN_HPP_NOEXCEPT | |
operator VkExtent3D & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (Extent3D const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (Extent3D const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
uint32_t | width = {} |
uint32_t | height = {} |
uint32_t | depth = {} |
Definition at line 8444 of file vulkan_structs.hpp.
Definition at line 8446 of file vulkan_structs.hpp.
|
inline |
Definition at line 8449 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 8458 of file vulkan_structs.hpp.
|
inlineexplicit |
Definition at line 8460 of file vulkan_structs.hpp.
|
inline |
Definition at line 8496 of file vulkan_structs.hpp.
|
inline |
Definition at line 8491 of file vulkan_structs.hpp.
|
inline |
Definition at line 8525 of file vulkan_structs.hpp.
|
inline |
Definition at line 8465 of file vulkan_structs.hpp.
|
inline |
Definition at line 8516 of file vulkan_structs.hpp.
|
inline |
Definition at line 8484 of file vulkan_structs.hpp.
|
inline |
Definition at line 8478 of file vulkan_structs.hpp.
|
inline |
Definition at line 8472 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::Extent3D::depth = {} |
Definition at line 8534 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::Extent3D::height = {} |
Definition at line 8533 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::Extent3D::width = {} |
Definition at line 8532 of file vulkan_structs.hpp.