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

#include <vulkan.hpp>

Public Member Functions

 PhysicalDeviceMultiviewFeatures (Bool32 multiview_=0, Bool32 multiviewGeometryShader_=0, Bool32 multiviewTessellationShader_=0)
 
 PhysicalDeviceMultiviewFeatures (VkPhysicalDeviceMultiviewFeatures const &rhs)
 
PhysicalDeviceMultiviewFeaturesoperator= (VkPhysicalDeviceMultiviewFeatures const &rhs)
 
PhysicalDeviceMultiviewFeaturessetPNext (void *pNext_)
 
PhysicalDeviceMultiviewFeaturessetMultiview (Bool32 multiview_)
 
PhysicalDeviceMultiviewFeaturessetMultiviewGeometryShader (Bool32 multiviewGeometryShader_)
 
PhysicalDeviceMultiviewFeaturessetMultiviewTessellationShader (Bool32 multiviewTessellationShader_)
 
 operator const VkPhysicalDeviceMultiviewFeatures & () const
 
bool operator== (PhysicalDeviceMultiviewFeatures const &rhs) const
 
bool operator!= (PhysicalDeviceMultiviewFeatures const &rhs) const
 

Public Attributes

voidpNext = nullptr
 
Bool32 multiview
 
Bool32 multiviewGeometryShader
 
Bool32 multiviewTessellationShader
 

Private Attributes

StructureType sType = StructureType::ePhysicalDeviceMultiviewFeatures
 

Constructor & Destructor Documentation

◆ PhysicalDeviceMultiviewFeatures() [1/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::PhysicalDeviceMultiviewFeatures ( Bool32  multiview_ = 0,
Bool32  multiviewGeometryShader_ = 0,
Bool32  multiviewTessellationShader_ = 0 
)
inline

◆ PhysicalDeviceMultiviewFeatures() [2/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::PhysicalDeviceMultiviewFeatures ( VkPhysicalDeviceMultiviewFeatures const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPhysicalDeviceMultiviewFeatures &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::operator const VkPhysicalDeviceMultiviewFeatures & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setMultiview()

PhysicalDeviceMultiviewFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::setMultiview ( Bool32  multiview_)
inline

◆ setMultiviewGeometryShader()

PhysicalDeviceMultiviewFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::setMultiviewGeometryShader ( Bool32  multiviewGeometryShader_)
inline

◆ setMultiviewTessellationShader()

PhysicalDeviceMultiviewFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::setMultiviewTessellationShader ( Bool32  multiviewTessellationShader_)
inline

◆ setPNext()

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

Member Data Documentation

◆ multiview

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::multiview

◆ multiviewGeometryShader

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::multiviewGeometryShader

◆ multiviewTessellationShader

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::multiviewTessellationShader

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures::sType = StructureType::ePhysicalDeviceMultiviewFeatures
private

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