|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkQueryPool |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | QueryPool () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | QueryPool (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | QueryPool (VkQueryPool queryPool) VULKAN_HPP_NOEXCEPT |
| QueryPool & | operator= (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 |
Private Attributes | |
| VkQueryPool | m_queryPool |
Definition at line 32083 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::QueryPool::CType = VkQueryPool |
Definition at line 32086 of file vulkan.hpp.
|
inline |
Definition at line 32092 of file vulkan.hpp.
|
inline |
Definition at line 32096 of file vulkan.hpp.
|
inline |
Definition at line 32100 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 32142 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 32137 of file vulkan.hpp.
|
inline |
Definition at line 32147 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 32126 of file vulkan.hpp.
|
inline |
Definition at line 32131 of file vulkan.hpp.
|
inline |
Definition at line 32112 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 32121 of file vulkan.hpp.
|
static |
Definition at line 32089 of file vulkan.hpp.
|
private |
Definition at line 32153 of file vulkan.hpp.
|
static |
Definition at line 32088 of file vulkan.hpp.