SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceSurfaceInfo2KHR (SurfaceKHR surface_=SurfaceKHR()) | |
PhysicalDeviceSurfaceInfo2KHR (VkPhysicalDeviceSurfaceInfo2KHR const &rhs) | |
PhysicalDeviceSurfaceInfo2KHR & | operator= (VkPhysicalDeviceSurfaceInfo2KHR const &rhs) |
PhysicalDeviceSurfaceInfo2KHR & | setPNext (const void *pNext_) |
PhysicalDeviceSurfaceInfo2KHR & | setSurface (SurfaceKHR surface_) |
operator VkPhysicalDeviceSurfaceInfo2KHR const & () const | |
operator VkPhysicalDeviceSurfaceInfo2KHR & () | |
bool | operator== (PhysicalDeviceSurfaceInfo2KHR const &rhs) const |
bool | operator!= (PhysicalDeviceSurfaceInfo2KHR const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
SurfaceKHR | surface |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceSurfaceInfo2KHR |
Definition at line 15597 of file vulkan.hpp.
|
inline |
Definition at line 15599 of file vulkan.hpp.
|
inline |
Definition at line 15604 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15631 of file vulkan.hpp.
|
inline |
Definition at line 15626 of file vulkan.hpp.
|
inline |
Definition at line 15643 of file vulkan.hpp.
|
inline |
Definition at line 15609 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 15636 of file vulkan.hpp.
References pNext, sType, and surface.
|
inline |
Definition at line 15614 of file vulkan.hpp.
|
inline |
Definition at line 15620 of file vulkan.hpp.
const void* VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR::pNext = nullptr |
Definition at line 15652 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 15649 of file vulkan.hpp.
Referenced by operator==().
SurfaceKHR VULKAN_HPP_NAMESPACE::PhysicalDeviceSurfaceInfo2KHR::surface |
Definition at line 15653 of file vulkan.hpp.
Referenced by operator==().