HDK
|
#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 | |
Extent2D & | operator= (Extent2D const &rhs) VULKAN_HPP_NOEXCEPT=default |
Extent2D & | operator= (VkExtent2D const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 Extent2D & | setWidth (uint32_t width_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 Extent2D & | setHeight (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 = {} |
Definition at line 6109 of file vulkan_structs.hpp.
Definition at line 6111 of file vulkan_structs.hpp.
|
inline |
Definition at line 6114 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6122 of file vulkan_structs.hpp.
|
inline |
Definition at line 6152 of file vulkan_structs.hpp.
|
inline |
Definition at line 6147 of file vulkan_structs.hpp.
|
inline |
Definition at line 6181 of file vulkan_structs.hpp.
|
inline |
Definition at line 6127 of file vulkan_structs.hpp.
|
inline |
Definition at line 6172 of file vulkan_structs.hpp.
|
inline |
Definition at line 6140 of file vulkan_structs.hpp.
|
inline |
Definition at line 6134 of file vulkan_structs.hpp.
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.