Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkFramebuffer |
using | NativeType = VkFramebuffer |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Framebuffer ()=default |
VULKAN_HPP_CONSTEXPR | Framebuffer (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | Framebuffer (VkFramebuffer framebuffer) VULKAN_HPP_NOEXCEPT |
Framebuffer & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (Framebuffer const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (Framebuffer const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (Framebuffer const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkFramebuffer () 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::eFramebuffer |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 7756 of file vulkan_handles.hpp.
using vk::Framebuffer::CType = VkFramebuffer |
Definition at line 7759 of file vulkan_handles.hpp.
Definition at line 7760 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 7769 of file vulkan_handles.hpp.
|
inline |
Definition at line 7771 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 7811 of file vulkan_handles.hpp.
|
inline |
Definition at line 7806 of file vulkan_handles.hpp.
|
inline |
Definition at line 7816 of file vulkan_handles.hpp.
|
inline |
Definition at line 7795 of file vulkan_handles.hpp.
|
inline |
Definition at line 7800 of file vulkan_handles.hpp.
|
inline |
Definition at line 7781 of file vulkan_handles.hpp.
|
inline |
Definition at line 7790 of file vulkan_handles.hpp.
|
static |
Definition at line 7763 of file vulkan_handles.hpp.
|
static |
Definition at line 7762 of file vulkan_handles.hpp.