SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DeviceGroupSwapchainCreateInfoKHR (DeviceGroupPresentModeFlagsKHR modes_=DeviceGroupPresentModeFlagsKHR()) | |
DeviceGroupSwapchainCreateInfoKHR (VkDeviceGroupSwapchainCreateInfoKHR const &rhs) | |
DeviceGroupSwapchainCreateInfoKHR & | operator= (VkDeviceGroupSwapchainCreateInfoKHR const &rhs) |
DeviceGroupSwapchainCreateInfoKHR & | setPNext (const void *pNext_) |
DeviceGroupSwapchainCreateInfoKHR & | setModes (DeviceGroupPresentModeFlagsKHR modes_) |
operator VkDeviceGroupSwapchainCreateInfoKHR const & () const | |
operator VkDeviceGroupSwapchainCreateInfoKHR & () | |
bool | operator== (DeviceGroupSwapchainCreateInfoKHR const &rhs) const |
bool | operator!= (DeviceGroupSwapchainCreateInfoKHR const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
DeviceGroupPresentModeFlagsKHR | modes |
Private Attributes | |
StructureType | sType = StructureType::eDeviceGroupSwapchainCreateInfoKHR |
Definition at line 34199 of file vulkan.hpp.
|
inline |
Definition at line 34201 of file vulkan.hpp.
|
inline |
Definition at line 34206 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 34233 of file vulkan.hpp.
|
inline |
Definition at line 34228 of file vulkan.hpp.
|
inline |
Definition at line 34245 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 34238 of file vulkan.hpp.
References modes, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 34222 of file vulkan.hpp.
References modes.
|
inline |
Definition at line 34216 of file vulkan.hpp.
References pNext.
DeviceGroupPresentModeFlagsKHR VULKAN_HPP_NAMESPACE::DeviceGroupSwapchainCreateInfoKHR::modes |
Definition at line 34255 of file vulkan.hpp.
Referenced by operator==(), and setModes().
const void* VULKAN_HPP_NAMESPACE::DeviceGroupSwapchainCreateInfoKHR::pNext = nullptr |
Definition at line 34254 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 34251 of file vulkan.hpp.
Referenced by operator==().