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

#include <vulkan.hpp>

Public Member Functions

 ProtectedSubmitInfo (Bool32 protectedSubmit_=0)
 
 ProtectedSubmitInfo (VkProtectedSubmitInfo const &rhs)
 
ProtectedSubmitInfooperator= (VkProtectedSubmitInfo const &rhs)
 
ProtectedSubmitInfosetPNext (const void *pNext_)
 
ProtectedSubmitInfosetProtectedSubmit (Bool32 protectedSubmit_)
 
 operator const VkProtectedSubmitInfo & () const
 
bool operator== (ProtectedSubmitInfo const &rhs) const
 
bool operator!= (ProtectedSubmitInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Bool32 protectedSubmit
 

Private Attributes

StructureType sType = StructureType::eProtectedSubmitInfo
 

Constructor & Destructor Documentation

◆ ProtectedSubmitInfo() [1/2]

VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo::ProtectedSubmitInfo ( Bool32  protectedSubmit_ = 0)
inline

◆ ProtectedSubmitInfo() [2/2]

VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo::ProtectedSubmitInfo ( VkProtectedSubmitInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkProtectedSubmitInfo &()

VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo::operator const VkProtectedSubmitInfo & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setPNext()

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

◆ setProtectedSubmit()

ProtectedSubmitInfo& VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo::setProtectedSubmit ( Bool32  protectedSubmit_)
inline

Member Data Documentation

◆ pNext

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

◆ protectedSubmit

Bool32 VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo::protectedSubmit

◆ sType

StructureType VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo::sType = StructureType::eProtectedSubmitInfo
private

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