#include <vulkan.hpp>
Definition at line 21017 of file vulkan.hpp.
◆ Extent3D() [1/4]
◆ Extent3D() [2/4]
◆ Extent3D() [3/4]
| VULKAN_HPP_NAMESPACE::Extent3D::Extent3D |
( |
VkExtent3D const & |
rhs | ) |
|
|
inline |
◆ Extent3D() [4/4]
| VULKAN_HPP_NAMESPACE::Extent3D::Extent3D |
( |
Extent2D const & |
extent2D, |
|
|
uint32_t |
depth_ = {} |
|
) |
| |
|
inlineexplicit |
◆ operator VkExtent3D &()
| VULKAN_HPP_NAMESPACE::Extent3D::operator VkExtent3D & |
( |
| ) |
|
|
inline |
◆ operator VkExtent3D const &()
| VULKAN_HPP_NAMESPACE::Extent3D::operator VkExtent3D const & |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool VULKAN_HPP_NAMESPACE::Extent3D::operator!= |
( |
Extent3D const & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 21046 of file vulkan.hpp.
21048 memcpy(
static_cast<void *
>(
this ), &rhs,
sizeof(
Extent3D ) );
VULKAN_HPP_CONSTEXPR Extent3D(uint32_t width_={}, uint32_t height_={}, uint32_t depth_={}) VULKAN_HPP_NOEXCEPT
References memcpy.
◆ operator=() [2/2]
◆ operator==()
| bool VULKAN_HPP_NAMESPACE::Extent3D::operator== |
( |
Extent3D const & |
rhs | ) |
const |
|
inline |
Definition at line 21085 of file vulkan.hpp.
21087 return (
width == rhs.width )
21088 && (
height == rhs.height )
21089 && (
depth == rhs.depth );
GLint GLint GLsizei width
GLint GLint GLsizei GLsizei GLsizei depth
GLint GLint GLsizei GLsizei height
◆ setDepth()
◆ setHeight()
◆ setWidth()
◆ depth
| uint32_t VULKAN_HPP_NAMESPACE::Extent3D::depth = {} |
◆ height
| uint32_t VULKAN_HPP_NAMESPACE::Extent3D::height = {} |
◆ width
| uint32_t VULKAN_HPP_NAMESPACE::Extent3D::width = {} |
The documentation for this struct was generated from the following file: