Vulkan-Hpp
vk::Extent3D Struct Reference

#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_={})
 
Extent3Doperator= (Extent3D const &rhs) VULKAN_HPP_NOEXCEPT=default
 
Extent3Doperator= (VkExtent3D const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 Extent3DsetWidth (uint32_t width_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 Extent3DsetHeight (uint32_t height_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 Extent3DsetDepth (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 = {}
 

Detailed Description

Definition at line 9374 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Definition at line 9376 of file vulkan_structs.hpp.

Constructor & Destructor Documentation

◆ Extent3D() [1/4]

VULKAN_HPP_CONSTEXPR vk::Extent3D::Extent3D ( uint32_t  width_ = {},
uint32_t  height_ = {},
uint32_t  depth_ = {} 
)
inline

Definition at line 9379 of file vulkan_structs.hpp.

◆ Extent3D() [2/4]

VULKAN_HPP_CONSTEXPR vk::Extent3D::Extent3D ( Extent3D const &  rhs)
default

◆ Extent3D() [3/4]

vk::Extent3D::Extent3D ( VkExtent3D const &  rhs)
inline

Definition at line 9388 of file vulkan_structs.hpp.

◆ Extent3D() [4/4]

vk::Extent3D::Extent3D ( Extent2D const &  extent2D,
uint32_t  depth_ = {} 
)
inlineexplicit

Definition at line 9390 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkExtent3D &()

vk::Extent3D::operator VkExtent3D & ( )
inline

Definition at line 9426 of file vulkan_structs.hpp.

◆ operator VkExtent3D const &()

vk::Extent3D::operator VkExtent3D const & ( ) const
inline

Definition at line 9421 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::Extent3D::operator!= ( Extent3D const &  rhs) const
inline

Definition at line 9455 of file vulkan_structs.hpp.

◆ operator=() [1/2]

Extent3D& vk::Extent3D::operator= ( Extent3D const &  rhs)
default

◆ operator=() [2/2]

Extent3D& vk::Extent3D::operator= ( VkExtent3D const &  rhs)
inline

Definition at line 9395 of file vulkan_structs.hpp.

◆ operator==()

bool vk::Extent3D::operator== ( Extent3D const &  rhs) const
inline

Definition at line 9446 of file vulkan_structs.hpp.

◆ setDepth()

VULKAN_HPP_CONSTEXPR_14 Extent3D& vk::Extent3D::setDepth ( uint32_t  depth_)
inline

Definition at line 9414 of file vulkan_structs.hpp.

◆ setHeight()

VULKAN_HPP_CONSTEXPR_14 Extent3D& vk::Extent3D::setHeight ( uint32_t  height_)
inline

Definition at line 9408 of file vulkan_structs.hpp.

◆ setWidth()

VULKAN_HPP_CONSTEXPR_14 Extent3D& vk::Extent3D::setWidth ( uint32_t  width_)
inline

Definition at line 9402 of file vulkan_structs.hpp.

Member Data Documentation

◆ depth

uint32_t vk::Extent3D::depth = {}

Definition at line 9464 of file vulkan_structs.hpp.

◆ height

uint32_t vk::Extent3D::height = {}

Definition at line 9463 of file vulkan_structs.hpp.

◆ width

uint32_t vk::Extent3D::width = {}

Definition at line 9462 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: