|
RetroArch
|
#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 const VkDeviceGroupPresentInfoKHR & () const | |
| bool | operator== (DeviceGroupPresentInfoKHR const &rhs) const |
| bool | operator!= (DeviceGroupPresentInfoKHR const &rhs) const |
Public Attributes | |
| const void * | pNext = nullptr |
| uint32_t | swapchainCount |
| const uint32_t * | pDeviceMasks |
| DeviceGroupPresentModeFlagBitsKHR | mode |
Private Attributes | |
| StructureType | sType = StructureType::eDeviceGroupPresentInfoKHR |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| DeviceGroupPresentModeFlagBitsKHR VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::mode |
|
private |
| uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR::swapchainCount |
1.8.15