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

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR QueryPool ()
 
VULKAN_HPP_CONSTEXPR QueryPool (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT QueryPool (VkQueryPool queryPool)
 
QueryPooloperator= (std::nullptr_t)
 
bool operator== (QueryPool const &rhs) const
 
bool operator!= (QueryPool const &rhs) const
 
bool operator< (QueryPool const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkQueryPool () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkQueryPool m_queryPool
 

Constructor & Destructor Documentation

◆ QueryPool() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueryPool::QueryPool ( )
inline

◆ QueryPool() [2/3]

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

◆ QueryPool() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::QueryPool::QueryPool ( VkQueryPool  queryPool)
inline

Member Function Documentation

◆ operator bool()

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

◆ operator VkQueryPool()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::QueryPool::operator VkQueryPool ( ) const
inline

◆ operator!()

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

◆ operator!=()

◆ operator<()

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

◆ operator=()

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

◆ operator==()

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

Member Data Documentation

◆ m_queryPool

VkQueryPool VULKAN_HPP_NAMESPACE::QueryPool::m_queryPool
private

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