RetroArch
Public Member Functions | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::CommandPool Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandPool ()
 
VULKAN_HPP_CONSTEXPR CommandPool (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool (VkCommandPool commandPool)
 
CommandPooloperator= (std::nullptr_t)
 
bool operator== (CommandPool const &rhs) const
 
bool operator!= (CommandPool const &rhs) const
 
bool operator< (CommandPool const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCommandPool () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkCommandPool m_commandPool
 

Constructor & Destructor Documentation

◆ CommandPool() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::CommandPool::CommandPool ( )
inline

◆ CommandPool() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::CommandPool::CommandPool ( std::nullptr_t  )
inline

◆ CommandPool() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::CommandPool::CommandPool ( VkCommandPool  commandPool)
inline

Member Function Documentation

◆ operator bool()

VULKAN_HPP_NAMESPACE::CommandPool::operator bool ( ) const
inlineexplicit

◆ operator VkCommandPool()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::CommandPool::operator VkCommandPool ( ) const
inline

◆ operator!()

bool VULKAN_HPP_NAMESPACE::CommandPool::operator! ( ) const
inline

◆ operator!=()

◆ operator<()

bool VULKAN_HPP_NAMESPACE::CommandPool::operator< ( CommandPool const rhs) const
inline

◆ operator=()

CommandPool& VULKAN_HPP_NAMESPACE::CommandPool::operator= ( std::nullptr_t  )
inline

◆ operator==()

bool VULKAN_HPP_NAMESPACE::CommandPool::operator== ( CommandPool const rhs) const
inline

Member Data Documentation

◆ m_commandPool

VkCommandPool VULKAN_HPP_NAMESPACE::CommandPool::m_commandPool
private

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