|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2:Public Member Functions | |
| VULKAN_HPP_CONSTEXPR_14 | PhysicalDeviceProperties2 (VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties properties_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR_14 | PhysicalDeviceProperties2 (PhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
| PhysicalDeviceProperties2 (VkPhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT | |
| PhysicalDeviceProperties2 & | operator= (VkPhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
| PhysicalDeviceProperties2 & | operator= (PhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkPhysicalDeviceProperties2 const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkPhysicalDeviceProperties2 & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (PhysicalDeviceProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (PhysicalDeviceProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::ePhysicalDeviceProperties2 |
| void * | pNext = {} |
| VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties | properties = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceProperties2 |
Definition at line 53044 of file vulkan.hpp.
|
inline |
Definition at line 53050 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 53056 of file vulkan.hpp.
|
inline |
Definition at line 53080 of file vulkan.hpp.
|
inline |
Definition at line 53075 of file vulkan.hpp.
|
inline |
Definition at line 53096 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 53068 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 53062 of file vulkan.hpp.
|
inline |
Definition at line 53089 of file vulkan.hpp.
|
static |
Definition at line 53046 of file vulkan.hpp.
| void* VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::pNext = {} |
Definition at line 53106 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::properties = {} |
Definition at line 53107 of file vulkan.hpp.
|
static |
Definition at line 53047 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::sType = StructureType::ePhysicalDeviceProperties2 |
Definition at line 53105 of file vulkan.hpp.