SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DeviceGroupRenderPassBeginInfo (uint32_t deviceMask_=0, uint32_t deviceRenderAreaCount_=0, const Rect2D *pDeviceRenderAreas_=nullptr) | |
DeviceGroupRenderPassBeginInfo (VkDeviceGroupRenderPassBeginInfo const &rhs) | |
DeviceGroupRenderPassBeginInfo & | operator= (VkDeviceGroupRenderPassBeginInfo const &rhs) |
DeviceGroupRenderPassBeginInfo & | setPNext (const void *pNext_) |
DeviceGroupRenderPassBeginInfo & | setDeviceMask (uint32_t deviceMask_) |
DeviceGroupRenderPassBeginInfo & | setDeviceRenderAreaCount (uint32_t deviceRenderAreaCount_) |
DeviceGroupRenderPassBeginInfo & | setPDeviceRenderAreas (const Rect2D *pDeviceRenderAreas_) |
operator VkDeviceGroupRenderPassBeginInfo const & () const | |
operator VkDeviceGroupRenderPassBeginInfo & () | |
bool | operator== (DeviceGroupRenderPassBeginInfo const &rhs) const |
bool | operator!= (DeviceGroupRenderPassBeginInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
uint32_t | deviceMask |
uint32_t | deviceRenderAreaCount |
const Rect2D * | pDeviceRenderAreas |
Private Attributes | |
StructureType | sType = StructureType::eDeviceGroupRenderPassBeginInfo |
Definition at line 14522 of file vulkan.hpp.
|
inline |
Definition at line 14524 of file vulkan.hpp.
|
inline |
Definition at line 14533 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14572 of file vulkan.hpp.
|
inline |
Definition at line 14567 of file vulkan.hpp.
|
inline |
Definition at line 14586 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 14577 of file vulkan.hpp.
References deviceMask, deviceRenderAreaCount, pDeviceRenderAreas, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 14549 of file vulkan.hpp.
References deviceMask.
|
inline |
Definition at line 14555 of file vulkan.hpp.
References deviceRenderAreaCount.
|
inline |
Definition at line 14561 of file vulkan.hpp.
References pDeviceRenderAreas.
|
inline |
Definition at line 14543 of file vulkan.hpp.
References pNext.
uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::deviceMask |
Definition at line 14596 of file vulkan.hpp.
Referenced by operator==(), and setDeviceMask().
uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::deviceRenderAreaCount |
Definition at line 14597 of file vulkan.hpp.
Referenced by operator==(), and setDeviceRenderAreaCount().
const Rect2D* VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::pDeviceRenderAreas |
Definition at line 14598 of file vulkan.hpp.
Referenced by operator==(), and setPDeviceRenderAreas().
const void* VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo::pNext = nullptr |
Definition at line 14595 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 14592 of file vulkan.hpp.
Referenced by operator==().