Vulkan-Hpp
vk::RenderPass Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkRenderPass
 
using NativeType = VkRenderPass
 

Public Member Functions

VULKAN_HPP_CONSTEXPR RenderPass ()=default
 
VULKAN_HPP_CONSTEXPR RenderPass (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT RenderPass (VkRenderPass renderPass) VULKAN_HPP_NOEXCEPT
 
RenderPassoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (RenderPass const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (RenderPass const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (RenderPass const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkRenderPass () 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::eRenderPass
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 8010 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 8013 of file vulkan_handles.hpp.

◆ NativeType

Definition at line 8014 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

◆ RenderPass() [1/3]

VULKAN_HPP_CONSTEXPR vk::RenderPass::RenderPass ( )
default

◆ RenderPass() [2/3]

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

Definition at line 8023 of file vulkan_handles.hpp.

◆ RenderPass() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::RenderPass::RenderPass ( VkRenderPass  renderPass)
inline

Definition at line 8025 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 8065 of file vulkan_handles.hpp.

◆ operator VkRenderPass()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::RenderPass::operator VkRenderPass ( ) const
inline

Definition at line 8060 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 8070 of file vulkan_handles.hpp.

◆ operator!=()

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

Definition at line 8049 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 8054 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 8035 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 8044 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::RenderPass::debugReportObjectType
static

◆ objectType

Definition at line 8016 of file vulkan_handles.hpp.


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