RetroArch
Public Member Functions | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::Framebuffer Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR Framebuffer ()
 
VULKAN_HPP_CONSTEXPR Framebuffer (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT Framebuffer (VkFramebuffer framebuffer)
 
Framebufferoperator= (std::nullptr_t)
 
bool operator== (Framebuffer const &rhs) const
 
bool operator!= (Framebuffer const &rhs) const
 
bool operator< (Framebuffer const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkFramebuffer () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkFramebuffer m_framebuffer
 

Constructor & Destructor Documentation

◆ Framebuffer() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Framebuffer::Framebuffer ( )
inline

◆ Framebuffer() [2/3]

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

◆ Framebuffer() [3/3]

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

Member Function Documentation

◆ operator bool()

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

◆ operator VkFramebuffer()

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

◆ operator!()

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

◆ operator!=()

◆ operator<()

bool VULKAN_HPP_NAMESPACE::Framebuffer::operator< ( Framebuffer const rhs) const
inline

◆ operator=()

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

◆ operator==()

bool VULKAN_HPP_NAMESPACE::Framebuffer::operator== ( Framebuffer const rhs) const
inline

Member Data Documentation

◆ m_framebuffer

VkFramebuffer VULKAN_HPP_NAMESPACE::Framebuffer::m_framebuffer
private

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