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

#include <vulkan.hpp>

Public Member Functions

 operator const VkPhysicalDeviceMultiviewProperties & () const
 
bool operator== (PhysicalDeviceMultiviewProperties const &rhs) const
 
bool operator!= (PhysicalDeviceMultiviewProperties const &rhs) const
 

Public Attributes

voidpNext = nullptr
 
uint32_t maxMultiviewViewCount
 
uint32_t maxMultiviewInstanceIndex
 

Private Attributes

StructureType sType = StructureType::ePhysicalDeviceMultiviewProperties
 

Member Function Documentation

◆ operator const VkPhysicalDeviceMultiviewProperties &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::operator const VkPhysicalDeviceMultiviewProperties & ( ) const
inline

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ maxMultiviewInstanceIndex

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex

◆ maxMultiviewViewCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::maxMultiviewViewCount

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::sType = StructureType::ePhysicalDeviceMultiviewProperties
private

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