Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkDisplayKHR |
using | NativeType = VkDisplayKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | DisplayKHR ()=default |
VULKAN_HPP_CONSTEXPR | DisplayKHR (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | DisplayKHR (VkDisplayKHR displayKHR) VULKAN_HPP_NOEXCEPT |
DisplayKHR & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (DisplayKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (DisplayKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (DisplayKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkDisplayKHR () 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::eDisplayKHR |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 2615 of file vulkan_handles.hpp.
using vk::DisplayKHR::CType = VkDisplayKHR |
Definition at line 2618 of file vulkan_handles.hpp.
Definition at line 2619 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2628 of file vulkan_handles.hpp.
|
inline |
Definition at line 2630 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2670 of file vulkan_handles.hpp.
|
inline |
Definition at line 2665 of file vulkan_handles.hpp.
|
inline |
Definition at line 2675 of file vulkan_handles.hpp.
|
inline |
Definition at line 2654 of file vulkan_handles.hpp.
|
inline |
Definition at line 2659 of file vulkan_handles.hpp.
|
inline |
Definition at line 2640 of file vulkan_handles.hpp.
|
inline |
Definition at line 2649 of file vulkan_handles.hpp.
|
static |
Definition at line 2622 of file vulkan_handles.hpp.
|
static |
Definition at line 2621 of file vulkan_handles.hpp.