HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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 8444 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 8449 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Extent3D::Extent3D ( Extent3D const rhs)
default
VULKAN_HPP_NAMESPACE::Extent3D::Extent3D ( VkExtent3D const rhs)
inline

Definition at line 8458 of file vulkan_structs.hpp.

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

Definition at line 8460 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 8496 of file vulkan_structs.hpp.

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

Definition at line 8491 of file vulkan_structs.hpp.

Definition at line 8525 of file vulkan_structs.hpp.

Extent3D& VULKAN_HPP_NAMESPACE::Extent3D::operator= ( Extent3D const rhs)
default
Extent3D& VULKAN_HPP_NAMESPACE::Extent3D::operator= ( VkExtent3D const rhs)
inline

Definition at line 8465 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::Extent3D::operator== ( Extent3D const rhs) const
inline

Definition at line 8516 of file vulkan_structs.hpp.

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

Definition at line 8484 of file vulkan_structs.hpp.

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

Definition at line 8478 of file vulkan_structs.hpp.

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

Definition at line 8472 of file vulkan_structs.hpp.

Member Data Documentation

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.


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