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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::EventCreateInfo:
[legend]

Public Member Functions

 EventCreateInfo (EventCreateFlags flags_=EventCreateFlags())
 
 EventCreateInfo (VkEventCreateInfo const &rhs)
 
EventCreateInfooperator= (VkEventCreateInfo const &rhs)
 
EventCreateInfosetPNext (const void *pNext_)
 
EventCreateInfosetFlags (EventCreateFlags flags_)
 
 operator const VkEventCreateInfo & () const
 
bool operator== (EventCreateInfo const &rhs) const
 
bool operator!= (EventCreateInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
EventCreateFlags flags
 

Private Attributes

StructureType sType = StructureType::eEventCreateInfo
 

Constructor & Destructor Documentation

◆ EventCreateInfo() [1/2]

VULKAN_HPP_NAMESPACE::EventCreateInfo::EventCreateInfo ( EventCreateFlags  flags_ = EventCreateFlags())
inline

◆ EventCreateInfo() [2/2]

VULKAN_HPP_NAMESPACE::EventCreateInfo::EventCreateInfo ( VkEventCreateInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkEventCreateInfo &()

VULKAN_HPP_NAMESPACE::EventCreateInfo::operator const VkEventCreateInfo & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setFlags()

EventCreateInfo& VULKAN_HPP_NAMESPACE::EventCreateInfo::setFlags ( EventCreateFlags  flags_)
inline

◆ setPNext()

EventCreateInfo& VULKAN_HPP_NAMESPACE::EventCreateInfo::setPNext ( const void pNext_)
inline

Member Data Documentation

◆ flags

EventCreateFlags VULKAN_HPP_NAMESPACE::EventCreateInfo::flags

◆ pNext

const void* VULKAN_HPP_NAMESPACE::EventCreateInfo::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::EventCreateInfo::sType = StructureType::eEventCreateInfo
private

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