#include <vulkan.hpp>
Definition at line 5280 of file vulkan.hpp.
◆ Extent3D() [1/3]
◆ Extent3D() [2/3]
VULKAN_HPP_NAMESPACE::Extent3D::Extent3D |
( |
Extent2D const & |
extent2D, |
|
|
uint32_t |
depth_ = 0 |
|
) |
| |
|
inlineexplicit |
◆ Extent3D() [3/3]
VULKAN_HPP_NAMESPACE::Extent3D::Extent3D |
( |
VkExtent3D const & |
rhs | ) |
|
|
inline |
Definition at line 5298 of file vulkan.hpp.
References memcpy.
Extent3D(uint32_t width_=0, uint32_t height_=0, uint32_t depth_=0)
◆ 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 |
Definition at line 5343 of file vulkan.hpp.
bool operator==(Extent3D const &rhs) const
◆ operator=()
Definition at line 5303 of file vulkan.hpp.
References memcpy.
Extent3D(uint32_t width_=0, uint32_t height_=0, uint32_t depth_=0)
◆ operator==()
bool VULKAN_HPP_NAMESPACE::Extent3D::operator== |
( |
Extent3D const & |
rhs | ) |
const |
|
inline |
Definition at line 5336 of file vulkan.hpp.
References depth, height, and width.
5338 return (
width == rhs.width )
5339 && (
height == rhs.height )
5340 && (
depth == rhs.depth );
GLint GLint GLsizei width
GLint GLint GLsizei GLsizei GLsizei depth
GLint GLint GLsizei GLsizei height
◆ setDepth()
Definition at line 5320 of file vulkan.hpp.
GLint GLint GLsizei GLsizei GLsizei depth
◆ setHeight()
Definition at line 5314 of file vulkan.hpp.
GLint GLint GLsizei GLsizei height
◆ 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: