RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2 Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2:
[legend]

Public Member Functions

 PhysicalDeviceFeatures2 (PhysicalDeviceFeatures features_=PhysicalDeviceFeatures())
 
 PhysicalDeviceFeatures2 (VkPhysicalDeviceFeatures2 const &rhs)
 
PhysicalDeviceFeatures2operator= (VkPhysicalDeviceFeatures2 const &rhs)
 
PhysicalDeviceFeatures2setPNext (void *pNext_)
 
PhysicalDeviceFeatures2setFeatures (PhysicalDeviceFeatures features_)
 
 operator const VkPhysicalDeviceFeatures2 & () const
 
bool operator== (PhysicalDeviceFeatures2 const &rhs) const
 
bool operator!= (PhysicalDeviceFeatures2 const &rhs) const
 

Public Attributes

voidpNext = nullptr
 
PhysicalDeviceFeatures features
 

Private Attributes

StructureType sType = StructureType::ePhysicalDeviceFeatures2
 

Constructor & Destructor Documentation

◆ PhysicalDeviceFeatures2() [1/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::PhysicalDeviceFeatures2 ( PhysicalDeviceFeatures  features_ = PhysicalDeviceFeatures())
inline

◆ PhysicalDeviceFeatures2() [2/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::PhysicalDeviceFeatures2 ( VkPhysicalDeviceFeatures2 const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPhysicalDeviceFeatures2 &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::operator!= ( PhysicalDeviceFeatures2 const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

PhysicalDeviceFeatures2& VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::operator= ( VkPhysicalDeviceFeatures2 const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::operator== ( PhysicalDeviceFeatures2 const rhs) const
inline
Here is the caller graph for this function:

◆ setFeatures()

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

◆ setPNext()

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

Member Data Documentation

◆ features

PhysicalDeviceFeatures VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::features

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2::pNext = nullptr

◆ sType

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

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