Vulkan-Hpp
|
#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 9374 of file vulkan_structs.hpp.
using vk::Extent3D::NativeType = VkExtent3D |
Definition at line 9376 of file vulkan_structs.hpp.
|
inline |
Definition at line 9379 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 9388 of file vulkan_structs.hpp.
|
inlineexplicit |
Definition at line 9390 of file vulkan_structs.hpp.
|
inline |
Definition at line 9426 of file vulkan_structs.hpp.
|
inline |
Definition at line 9421 of file vulkan_structs.hpp.
|
inline |
Definition at line 9455 of file vulkan_structs.hpp.
|
inline |
Definition at line 9395 of file vulkan_structs.hpp.
|
inline |
Definition at line 9446 of file vulkan_structs.hpp.
|
inline |
Definition at line 9414 of file vulkan_structs.hpp.
|
inline |
Definition at line 9408 of file vulkan_structs.hpp.
|
inline |
Definition at line 9402 of file vulkan_structs.hpp.
uint32_t vk::Extent3D::depth = {} |
Definition at line 9464 of file vulkan_structs.hpp.
uint32_t vk::Extent3D::height = {} |
Definition at line 9463 of file vulkan_structs.hpp.
uint32_t vk::Extent3D::width = {} |
Definition at line 9462 of file vulkan_structs.hpp.