Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkSurfaceKHR |
using | NativeType = VkSurfaceKHR |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | SurfaceKHR ()=default |
VULKAN_HPP_CONSTEXPR | SurfaceKHR (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | SurfaceKHR (VkSurfaceKHR surfaceKHR) VULKAN_HPP_NOEXCEPT |
SurfaceKHR & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (SurfaceKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (SurfaceKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (SurfaceKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSurfaceKHR () 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::eSurfaceKHR |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 2354 of file vulkan_handles.hpp.
using vk::SurfaceKHR::CType = VkSurfaceKHR |
Definition at line 2357 of file vulkan_handles.hpp.
Definition at line 2358 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 2367 of file vulkan_handles.hpp.
|
inline |
Definition at line 2369 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 2409 of file vulkan_handles.hpp.
|
inline |
Definition at line 2404 of file vulkan_handles.hpp.
|
inline |
Definition at line 2414 of file vulkan_handles.hpp.
|
inline |
Definition at line 2393 of file vulkan_handles.hpp.
|
inline |
Definition at line 2398 of file vulkan_handles.hpp.
|
inline |
Definition at line 2379 of file vulkan_handles.hpp.
|
inline |
Definition at line 2388 of file vulkan_handles.hpp.
|
static |
Definition at line 2361 of file vulkan_handles.hpp.
|
static |
Definition at line 2360 of file vulkan_handles.hpp.