SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DeviceGroupPresentInfoKHR (uint32_t swapchainCount_=0, const uint32_t *pDeviceMasks_=nullptr, DeviceGroupPresentModeFlagBitsKHR mode_=DeviceGroupPresentModeFlagBitsKHR::eLocal) | |
DeviceGroupPresentInfoKHR (VkDeviceGroupPresentInfoKHR const &rhs) | |
DeviceGroupPresentInfoKHR & | operator= (VkDeviceGroupPresentInfoKHR const &rhs) |
DeviceGroupPresentInfoKHR & | setPNext (const void *pNext_) |
DeviceGroupPresentInfoKHR & | setSwapchainCount (uint32_t swapchainCount_) |
DeviceGroupPresentInfoKHR & | setPDeviceMasks (const uint32_t *pDeviceMasks_) |
DeviceGroupPresentInfoKHR & | setMode (DeviceGroupPresentModeFlagBitsKHR mode_) |
operator VkDeviceGroupPresentInfoKHR const & () const | |
operator VkDeviceGroupPresentInfoKHR & () | |
bool | operator== (DeviceGroupPresentInfoKHR const &rhs) const |
bool | operator!= (DeviceGroupPresentInfoKHR const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
uint32_t | swapchainCount |
const uint32_t * | pDeviceMasks |
DeviceGroupPresentModeFlagBitsKHR | mode |
Private Attributes | |
StructureType | sType = StructureType::eDeviceGroupPresentInfoKHR |
Definition at line 34119 of file vulkan.hpp.
|
inline |
Definition at line 34121 of file vulkan.hpp.
|
inline |
Definition at line 34130 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 34169 of file vulkan.hpp.
|
inline |
Definition at line 34164 of file vulkan.hpp.
|
inline |
Definition at line 34183 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 34174 of file vulkan.hpp.
References mode, pDeviceMasks, pNext, sType, and swapchainCount.
Referenced by operator!=().
|
inline |
Definition at line 34158 of file vulkan.hpp.
|
inline |
Definition at line 34152 of file vulkan.hpp.
References pDeviceMasks.
|
inline |
Definition at line 34140 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 34146 of file vulkan.hpp.
References swapchainCount.
DeviceGroupPresentModeFlagBitsKHR VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::mode |
Definition at line 34195 of file vulkan.hpp.
Referenced by operator==().
const uint32_t* VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::pDeviceMasks |
Definition at line 34194 of file vulkan.hpp.
Referenced by operator==(), and setPDeviceMasks().
const void* VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::pNext = nullptr |
Definition at line 34192 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 34189 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::swapchainCount |
Definition at line 34193 of file vulkan.hpp.
Referenced by operator==(), and setSwapchainCount().