SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | QueryPool () |
VULKAN_HPP_CONSTEXPR | QueryPool (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | QueryPool (VkQueryPool queryPool) |
QueryPool & | operator= (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 |
Definition at line 4016 of file vulkan.hpp.
|
inline |
Definition at line 4019 of file vulkan.hpp.
|
inline |
Definition at line 4023 of file vulkan.hpp.
|
inline |
Definition at line 4027 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4067 of file vulkan.hpp.
References m_queryPool, and VK_NULL_HANDLE.
|
inline |
Definition at line 4062 of file vulkan.hpp.
References m_queryPool.
|
inline |
Definition at line 4072 of file vulkan.hpp.
References m_queryPool, and VK_NULL_HANDLE.
|
inline |
Definition at line 4050 of file vulkan.hpp.
References m_queryPool.
|
inline |
Definition at line 4055 of file vulkan.hpp.
References m_queryPool.
|
inline |
Definition at line 4039 of file vulkan.hpp.
References m_queryPool, and VK_NULL_HANDLE.
|
inline |
Definition at line 4045 of file vulkan.hpp.
References m_queryPool.
|
private |
Definition at line 4078 of file vulkan.hpp.
Referenced by operator bool(), operator VkQueryPool(), operator!(), operator!=(), operator<(), operator=(), and operator==().