#include <vulkan.hpp>
Definition at line 7266 of file vulkan.hpp.
◆ RectLayerKHR() [1/3]
◆ RectLayerKHR() [2/3]
VULKAN_HPP_NAMESPACE::RectLayerKHR::RectLayerKHR |
( |
Rect2D const & |
rect2D, |
|
|
uint32_t |
layer_ = 0 |
|
) |
| |
|
inlineexplicit |
◆ RectLayerKHR() [3/3]
VULKAN_HPP_NAMESPACE::RectLayerKHR::RectLayerKHR |
( |
VkRectLayerKHR const & |
rhs | ) |
|
|
inline |
Definition at line 7284 of file vulkan.hpp.
7285 {
7287 }
RectLayerKHR(Offset2D offset_=Offset2D(), Extent2D extent_=Extent2D(), uint32_t layer_=0)
References memcpy.
◆ operator VkRectLayerKHR &()
◆ operator VkRectLayerKHR const &()
VULKAN_HPP_NAMESPACE::RectLayerKHR::operator VkRectLayerKHR const & |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool VULKAN_HPP_NAMESPACE::RectLayerKHR::operator!= |
( |
RectLayerKHR const & |
rhs | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool VULKAN_HPP_NAMESPACE::RectLayerKHR::operator== |
( |
RectLayerKHR const & |
rhs | ) |
const |
|
inline |
◆ setExtent()
◆ setLayer()
Definition at line 7306 of file vulkan.hpp.
7307 {
7309 return *this;
7310 }
◆ setOffset()
Definition at line 7294 of file vulkan.hpp.
7295 {
7297 return *this;
7298 }
◆ extent
Extent2D VULKAN_HPP_NAMESPACE::RectLayerKHR::extent |
◆ layer
uint32_t VULKAN_HPP_NAMESPACE::RectLayerKHR::layer |
◆ offset
Offset2D VULKAN_HPP_NAMESPACE::RectLayerKHR::offset |
The documentation for this struct was generated from the following file: