Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkPipelineCache |
using | NativeType = VkPipelineCache |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | PipelineCache ()=default |
VULKAN_HPP_CONSTEXPR | PipelineCache (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | PipelineCache (VkPipelineCache pipelineCache) VULKAN_HPP_NOEXCEPT |
PipelineCache & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkPipelineCache () 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::ePipelineCache |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 7140 of file vulkan_handles.hpp.
Definition at line 7143 of file vulkan_handles.hpp.
Definition at line 7144 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 7153 of file vulkan_handles.hpp.
|
inline |
Definition at line 7155 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 7195 of file vulkan_handles.hpp.
|
inline |
Definition at line 7190 of file vulkan_handles.hpp.
|
inline |
Definition at line 7200 of file vulkan_handles.hpp.
|
inline |
Definition at line 7179 of file vulkan_handles.hpp.
|
inline |
Definition at line 7184 of file vulkan_handles.hpp.
|
inline |
Definition at line 7165 of file vulkan_handles.hpp.
|
inline |
Definition at line 7174 of file vulkan_handles.hpp.
|
static |
Definition at line 7147 of file vulkan_handles.hpp.
|
static |
Definition at line 7146 of file vulkan_handles.hpp.