HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::Extent2D Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkExtent2D
 

Public Member Functions

VULKAN_HPP_CONSTEXPR Extent2D (uint32_t width_={}, uint32_t height_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR Extent2D (Extent2D const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 Extent2D (VkExtent2D const &rhs) VULKAN_HPP_NOEXCEPT
 
Extent2Doperator= (Extent2D const &rhs) VULKAN_HPP_NOEXCEPT=default
 
Extent2Doperator= (VkExtent2D const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 Extent2DsetWidth (uint32_t width_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 Extent2DsetHeight (uint32_t height_) VULKAN_HPP_NOEXCEPT
 
 operator VkExtent2D const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkExtent2D & () VULKAN_HPP_NOEXCEPT
 
bool operator== (Extent2D const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (Extent2D const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint32_t width = {}
 
uint32_t height = {}
 

Detailed Description

Definition at line 6109 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 6114 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Extent2D::Extent2D ( Extent2D const rhs)
default
VULKAN_HPP_NAMESPACE::Extent2D::Extent2D ( VkExtent2D const rhs)
inline

Definition at line 6122 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::Extent2D::operator VkExtent2D & ( )
inline

Definition at line 6152 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Extent2D::operator VkExtent2D const & ( ) const
inline

Definition at line 6147 of file vulkan_structs.hpp.

Definition at line 6181 of file vulkan_structs.hpp.

Extent2D& VULKAN_HPP_NAMESPACE::Extent2D::operator= ( Extent2D const rhs)
default
Extent2D& VULKAN_HPP_NAMESPACE::Extent2D::operator= ( VkExtent2D const rhs)
inline

Definition at line 6127 of file vulkan_structs.hpp.

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

Definition at line 6172 of file vulkan_structs.hpp.

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

Definition at line 6140 of file vulkan_structs.hpp.

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

Definition at line 6134 of file vulkan_structs.hpp.

Member Data Documentation

uint32_t VULKAN_HPP_NAMESPACE::Extent2D::height = {}

Definition at line 6189 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::Extent2D::width = {}

Definition at line 6188 of file vulkan_structs.hpp.


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