Vulkan-Hpp
|
#include <vulkan_handles.hpp>
Public Types | |
using | CType = VkPipelineLayout |
using | NativeType = VkPipelineLayout |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | PipelineLayout ()=default |
VULKAN_HPP_CONSTEXPR | PipelineLayout (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | PipelineLayout (VkPipelineLayout pipelineLayout) VULKAN_HPP_NOEXCEPT |
PipelineLayout & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
bool | operator== (PipelineLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (PipelineLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator< (PipelineLayout const &rhs) const VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkPipelineLayout () 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::ePipelineLayout |
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT | debugReportObjectType |
Definition at line 3221 of file vulkan_handles.hpp.
Definition at line 3224 of file vulkan_handles.hpp.
Definition at line 3225 of file vulkan_handles.hpp.
|
default |
|
inline |
Definition at line 3234 of file vulkan_handles.hpp.
|
inline |
Definition at line 3236 of file vulkan_handles.hpp.
|
inlineexplicit |
Definition at line 3276 of file vulkan_handles.hpp.
|
inline |
Definition at line 3271 of file vulkan_handles.hpp.
|
inline |
Definition at line 3281 of file vulkan_handles.hpp.
|
inline |
Definition at line 3260 of file vulkan_handles.hpp.
|
inline |
Definition at line 3265 of file vulkan_handles.hpp.
|
inline |
Definition at line 3246 of file vulkan_handles.hpp.
|
inline |
Definition at line 3255 of file vulkan_handles.hpp.
|
static |
Definition at line 3228 of file vulkan_handles.hpp.
|
static |
Definition at line 3227 of file vulkan_handles.hpp.