SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkSharedPresentSurfaceCapabilitiesKHR const & () const | |
operator VkSharedPresentSurfaceCapabilitiesKHR & () | |
bool | operator== (SharedPresentSurfaceCapabilitiesKHR const &rhs) const |
bool | operator!= (SharedPresentSurfaceCapabilitiesKHR const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
ImageUsageFlags | sharedPresentSupportedUsageFlags |
Private Attributes | |
StructureType | sType = StructureType::eSharedPresentSurfaceCapabilitiesKHR |
Definition at line 23386 of file vulkan.hpp.
|
inline |
Definition at line 23393 of file vulkan.hpp.
|
inline |
Definition at line 23388 of file vulkan.hpp.
|
inline |
Definition at line 23405 of file vulkan.hpp.
|
inline |
Definition at line 23398 of file vulkan.hpp.
References pNext, sharedPresentSupportedUsageFlags, and sType.
void* VULKAN_HPP_NAMESPACE::SharedPresentSurfaceCapabilitiesKHR::pNext = nullptr |
Definition at line 23414 of file vulkan.hpp.
Referenced by operator==().
ImageUsageFlags VULKAN_HPP_NAMESPACE::SharedPresentSurfaceCapabilitiesKHR::sharedPresentSupportedUsageFlags |
Definition at line 23415 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 23411 of file vulkan.hpp.
Referenced by operator==().