Vulkan-Hpp
vk::PhysicalDeviceFeatures2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceFeatures2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceFeatures2 (vk::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 PhysicalDeviceFeatures2setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFeatures2setFeatures (vk::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

vk::StructureType sType = StructureType::ePhysicalDeviceFeatures2
 
void * pNext = {}
 
vk::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 65275 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceFeatures2() [1/3]

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

Definition at line 65283 of file vulkan_structs.hpp.

◆ PhysicalDeviceFeatures2() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceFeatures2::PhysicalDeviceFeatures2 ( PhysicalDeviceFeatures2 const &  rhs)
default

◆ PhysicalDeviceFeatures2() [3/3]

vk::PhysicalDeviceFeatures2::PhysicalDeviceFeatures2 ( VkPhysicalDeviceFeatures2 const &  rhs)
inline

Definition at line 65291 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceFeatures2 &()

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

Definition at line 65324 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceFeatures2 const &()

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

Definition at line 65319 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceFeatures2::operator!= ( PhysicalDeviceFeatures2 const &  rhs) const
inline

Definition at line 65353 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceFeatures2& vk::PhysicalDeviceFeatures2::operator= ( PhysicalDeviceFeatures2 const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceFeatures2& vk::PhysicalDeviceFeatures2::operator= ( VkPhysicalDeviceFeatures2 const &  rhs)
inline

Definition at line 65299 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceFeatures2::operator== ( PhysicalDeviceFeatures2 const &  rhs) const
inline

Definition at line 65344 of file vulkan_structs.hpp.

◆ setFeatures()

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

Definition at line 65312 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFeatures2& vk::PhysicalDeviceFeatures2::setPNext ( void *  pNext_)
inline

Definition at line 65306 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 65279 of file vulkan_structs.hpp.

◆ features

vk::PhysicalDeviceFeatures vk::PhysicalDeviceFeatures2::features = {}

Definition at line 65362 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 65361 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 65280 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceFeatures2::sType = StructureType::ePhysicalDeviceFeatures2

Definition at line 65360 of file vulkan_structs.hpp.


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