Vulkan-Hpp
|
#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 |
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 |
Static Public Attributes | |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType | objectType = vk::ObjectType::eQueryPool |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 3047 of file vulkan_handles.hpp.
using vk::QueryPool::CType = VkQueryPool |
Definition at line 3050 of file vulkan_handles.hpp.
using vk::QueryPool::NativeType = VkQueryPool |
Definition at line 3051 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 3060 of file vulkan_handles.hpp.
|
inline |
Definition at line 3062 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 3102 of file vulkan_handles.hpp.
|
inline |
Definition at line 3097 of file vulkan_handles.hpp.
|
inline |
Definition at line 3107 of file vulkan_handles.hpp.
|
inline |
Definition at line 3086 of file vulkan_handles.hpp.
|
inline |
Definition at line 3091 of file vulkan_handles.hpp.
|
inline |
Definition at line 3072 of file vulkan_handles.hpp.
|
inline |
Definition at line 3081 of file vulkan_handles.hpp.
|
static |
Definition at line 3054 of file vulkan_handles.hpp.
|
static |
Definition at line 3053 of file vulkan_handles.hpp.