Vulkan-Hpp
vk::Framebuffer Class Reference

#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
 
Framebufferoperator= (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
 

Detailed Description

Definition at line 7756 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 7759 of file vulkan_handles.hpp.

◆ NativeType

Constructor & Destructor Documentation

◆ Framebuffer() [1/3]

VULKAN_HPP_CONSTEXPR vk::Framebuffer::Framebuffer ( )
default

◆ Framebuffer() [2/3]

VULKAN_HPP_CONSTEXPR vk::Framebuffer::Framebuffer ( std::nullptr_t  )
inline

Definition at line 7769 of file vulkan_handles.hpp.

◆ Framebuffer() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Framebuffer::Framebuffer ( VkFramebuffer  framebuffer)
inline

Definition at line 7771 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

vk::Framebuffer::operator bool ( ) const
inlineexplicit

Definition at line 7811 of file vulkan_handles.hpp.

◆ operator VkFramebuffer()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Framebuffer::operator VkFramebuffer ( ) const
inline

Definition at line 7806 of file vulkan_handles.hpp.

◆ operator!()

bool vk::Framebuffer::operator! ( ) const
inline

Definition at line 7816 of file vulkan_handles.hpp.

◆ operator!=()

bool vk::Framebuffer::operator!= ( Framebuffer const &  rhs) const
inline

Definition at line 7795 of file vulkan_handles.hpp.

◆ operator<()

bool vk::Framebuffer::operator< ( Framebuffer const &  rhs) const
inline

Definition at line 7800 of file vulkan_handles.hpp.

◆ operator=()

Framebuffer& vk::Framebuffer::operator= ( std::nullptr_t  )
inline

Definition at line 7781 of file vulkan_handles.hpp.

◆ operator==()

bool vk::Framebuffer::operator== ( Framebuffer const &  rhs) const
inline

Definition at line 7790 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::Framebuffer::debugReportObjectType
static

◆ objectType

Definition at line 7762 of file vulkan_handles.hpp.


The documentation for this class was generated from the following file: