#include <vulkan.hpp>
Definition at line 18746 of file vulkan.hpp.
◆ Extent2D() [1/3]
◆ Extent2D() [2/3]
◆ Extent2D() [3/3]
| VULKAN_HPP_NAMESPACE::Extent2D::Extent2D |
( |
VkExtent2D const & |
rhs | ) |
|
|
inline |
◆ operator VkExtent2D &()
| VULKAN_HPP_NAMESPACE::Extent2D::operator VkExtent2D & |
( |
| ) |
|
|
inline |
◆ operator VkExtent2D const &()
| VULKAN_HPP_NAMESPACE::Extent2D::operator VkExtent2D const & |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool VULKAN_HPP_NAMESPACE::Extent2D::operator!= |
( |
Extent2D const & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 18769 of file vulkan.hpp.
18771 memcpy(
static_cast<void *
>(
this ), &rhs,
sizeof(
Extent2D ) );
VULKAN_HPP_CONSTEXPR Extent2D(uint32_t width_={}, uint32_t height_={}) VULKAN_HPP_NOEXCEPT
References memcpy.
◆ operator=() [2/2]
◆ operator==()
| bool VULKAN_HPP_NAMESPACE::Extent2D::operator== |
( |
Extent2D const & |
rhs | ) |
const |
|
inline |
Definition at line 18802 of file vulkan.hpp.
18804 return (
width == rhs.width )
18805 && (
height == rhs.height );
GLint GLint GLsizei width
GLint GLint GLsizei GLsizei height
◆ setHeight()
◆ setWidth()
◆ height
| uint32_t VULKAN_HPP_NAMESPACE::Extent2D::height = {} |
◆ width
| uint32_t VULKAN_HPP_NAMESPACE::Extent2D::width = {} |
The documentation for this struct was generated from the following file: