Vulkan-Hpp
|
#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 |
RenderPass & | operator= (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 |
Definition at line 8010 of file vulkan_handles.hpp.
using vk::RenderPass::CType = VkRenderPass |
Definition at line 8013 of file vulkan_handles.hpp.
Definition at line 8014 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 8023 of file vulkan_handles.hpp.
|
inline |
Definition at line 8025 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 8065 of file vulkan_handles.hpp.
|
inline |
Definition at line 8060 of file vulkan_handles.hpp.
|
inline |
Definition at line 8070 of file vulkan_handles.hpp.
|
inline |
Definition at line 8049 of file vulkan_handles.hpp.
|
inline |
Definition at line 8054 of file vulkan_handles.hpp.
|
inline |
Definition at line 8035 of file vulkan_handles.hpp.
|
inline |
Definition at line 8044 of file vulkan_handles.hpp.
|
static |
Definition at line 8017 of file vulkan_handles.hpp.
|
static |
Definition at line 8016 of file vulkan_handles.hpp.