Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceProperties2 |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR_14 | PhysicalDeviceProperties2 (vk::PhysicalDeviceProperties properties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 | PhysicalDeviceProperties2 (PhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
PhysicalDeviceProperties2 (VkPhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT | |
PhysicalDeviceProperties2 & | operator= (PhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
PhysicalDeviceProperties2 & | operator= (VkPhysicalDeviceProperties2 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 |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceProperties2 |
void * | pNext = {} |
vk::PhysicalDeviceProperties | properties = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceProperties2 |
Definition at line 77261 of file vulkan_structs.hpp.
Definition at line 77263 of file vulkan_structs.hpp.
|
inline |
Definition at line 77269 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 77278 of file vulkan_structs.hpp.
|
inline |
Definition at line 77297 of file vulkan_structs.hpp.
|
inline |
Definition at line 77292 of file vulkan_structs.hpp.
|
inline |
Definition at line 77326 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 77286 of file vulkan_structs.hpp.
|
inline |
Definition at line 77317 of file vulkan_structs.hpp.
|
static |
Definition at line 77265 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceProperties2::pNext = {} |
Definition at line 77334 of file vulkan_structs.hpp.
vk::PhysicalDeviceProperties vk::PhysicalDeviceProperties2::properties = {} |
Definition at line 77335 of file vulkan_structs.hpp.
|
static |
Definition at line 77266 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceProperties2::sType = StructureType::ePhysicalDeviceProperties2 |
Definition at line 77333 of file vulkan_structs.hpp.