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

#include <vulkan.hpp>

Public Member Functions

 PhysicalDeviceVariablePointerFeatures (Bool32 variablePointersStorageBuffer_=0, Bool32 variablePointers_=0)
 
 PhysicalDeviceVariablePointerFeatures (VkPhysicalDeviceVariablePointerFeatures const &rhs)
 
PhysicalDeviceVariablePointerFeaturesoperator= (VkPhysicalDeviceVariablePointerFeatures const &rhs)
 
PhysicalDeviceVariablePointerFeaturessetPNext (void *pNext_)
 
PhysicalDeviceVariablePointerFeaturessetVariablePointersStorageBuffer (Bool32 variablePointersStorageBuffer_)
 
PhysicalDeviceVariablePointerFeaturessetVariablePointers (Bool32 variablePointers_)
 
 operator const VkPhysicalDeviceVariablePointerFeatures & () const
 
bool operator== (PhysicalDeviceVariablePointerFeatures const &rhs) const
 
bool operator!= (PhysicalDeviceVariablePointerFeatures const &rhs) const
 

Public Attributes

voidpNext = nullptr
 
Bool32 variablePointersStorageBuffer
 
Bool32 variablePointers
 

Private Attributes

StructureType sType = StructureType::ePhysicalDeviceVariablePointerFeatures
 

Constructor & Destructor Documentation

◆ PhysicalDeviceVariablePointerFeatures() [1/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::PhysicalDeviceVariablePointerFeatures ( Bool32  variablePointersStorageBuffer_ = 0,
Bool32  variablePointers_ = 0 
)
inline

◆ PhysicalDeviceVariablePointerFeatures() [2/2]

VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::PhysicalDeviceVariablePointerFeatures ( VkPhysicalDeviceVariablePointerFeatures const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPhysicalDeviceVariablePointerFeatures &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::operator const VkPhysicalDeviceVariablePointerFeatures & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setPNext()

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

◆ setVariablePointers()

PhysicalDeviceVariablePointerFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::setVariablePointers ( Bool32  variablePointers_)
inline

◆ setVariablePointersStorageBuffer()

PhysicalDeviceVariablePointerFeatures& VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::setVariablePointersStorageBuffer ( Bool32  variablePointersStorageBuffer_)
inline

Member Data Documentation

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::sType = StructureType::ePhysicalDeviceVariablePointerFeatures
private

◆ variablePointers

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::variablePointers

◆ variablePointersStorageBuffer

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointerFeatures::variablePointersStorageBuffer

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