HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::QueryPool Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkQueryPool
 
using NativeType = VkQueryPool
 

Public Member Functions

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

Static Public Attributes

static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::eQueryPool
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 2242 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 2245 of file vulkan_handles.hpp.

Definition at line 2246 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

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

Definition at line 2254 of file vulkan_handles.hpp.

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

Definition at line 2255 of file vulkan_handles.hpp.

Member Function Documentation

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

Definition at line 2295 of file vulkan_handles.hpp.

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

Definition at line 2290 of file vulkan_handles.hpp.

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

Definition at line 2300 of file vulkan_handles.hpp.

Definition at line 2279 of file vulkan_handles.hpp.

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

Definition at line 2284 of file vulkan_handles.hpp.

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

Definition at line 2265 of file vulkan_handles.hpp.

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

Definition at line 2274 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::QueryPool::debugReportObjectType
static

Definition at line 2248 of file vulkan_handles.hpp.


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