HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceFeatures2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceFeatures2 (VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures features_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceFeatures2 (PhysicalDeviceFeatures2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceFeatures2 (VkPhysicalDeviceFeatures2 const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFeatures2operator= (PhysicalDeviceFeatures2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceFeatures2operator= (VkPhysicalDeviceFeatures2 const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceFeatures2
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceFeatures2
setFeatures (VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures const &features_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFeatures2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFeatures2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceFeatures2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceFeatures2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceFeatures2
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures features = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::ePhysicalDeviceFeatures2
 

Detailed Description

Definition at line 56816 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::PhysicalDeviceFeatures2 ( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures  features_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 56824 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::PhysicalDeviceFeatures2 ( PhysicalDeviceFeatures2 const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::PhysicalDeviceFeatures2 ( VkPhysicalDeviceFeatures2 const rhs)
inline

Definition at line 56832 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::operator VkPhysicalDeviceFeatures2 & ( )
inline

Definition at line 56865 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::operator VkPhysicalDeviceFeatures2 const & ( ) const
inline

Definition at line 56860 of file vulkan_structs.hpp.

PhysicalDeviceFeatures2& VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::operator= ( PhysicalDeviceFeatures2 const rhs)
default
PhysicalDeviceFeatures2& VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::operator= ( VkPhysicalDeviceFeatures2 const rhs)
inline

Definition at line 56840 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::operator== ( PhysicalDeviceFeatures2 const rhs) const
inline

Definition at line 56885 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFeatures2& VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::setFeatures ( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures const features_)
inline

Definition at line 56853 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFeatures2& VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::setPNext ( void pNext_)
inline

Definition at line 56847 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::allowDuplicate = false
static

Definition at line 56820 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::features = {}

Definition at line 56903 of file vulkan_structs.hpp.

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::pNext = {}

Definition at line 56902 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::structureType = StructureType::ePhysicalDeviceFeatures2
static

Definition at line 56821 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::sType = StructureType::ePhysicalDeviceFeatures2

Definition at line 56901 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: