Vulkan-Hpp
|
#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 6542 of file vulkan_structs.hpp.
using vk::Extent2D::NativeType = VkExtent2D |
Definition at line 6544 of file vulkan_structs.hpp.
|
inline |
Definition at line 6547 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6555 of file vulkan_structs.hpp.
|
inline |
Definition at line 6585 of file vulkan_structs.hpp.
|
inline |
Definition at line 6580 of file vulkan_structs.hpp.
|
inline |
Definition at line 6614 of file vulkan_structs.hpp.
|
inline |
Definition at line 6560 of file vulkan_structs.hpp.
|
inline |
Definition at line 6605 of file vulkan_structs.hpp.
|
inline |
Definition at line 6573 of file vulkan_structs.hpp.
|
inline |
Definition at line 6567 of file vulkan_structs.hpp.
uint32_t vk::Extent2D::height = {} |
Definition at line 6622 of file vulkan_structs.hpp.
uint32_t vk::Extent2D::width = {} |
Definition at line 6621 of file vulkan_structs.hpp.