Vulkan-Hpp
|
#include <vulkan_raii.hpp>
Public Types | |
using | CType = VkPipelineLayout |
using | CppType = vk::PipelineLayout |
Public Member Functions | |
PipelineLayout (vk::raii::Device const &device, vk::PipelineLayoutCreateInfo const &createInfo, vk::Optional< const vk::AllocationCallbacks > allocator=nullptr) | |
PipelineLayout (vk::raii::Device const &device, VkPipelineLayout pipelineLayout, vk::Optional< const vk::AllocationCallbacks > allocator=nullptr) | |
PipelineLayout (std::nullptr_t) | |
~PipelineLayout () | |
PipelineLayout ()=delete | |
PipelineLayout (PipelineLayout const &)=delete | |
PipelineLayout (PipelineLayout &&rhs) VULKAN_HPP_NOEXCEPT | |
PipelineLayout & | operator= (PipelineLayout const &)=delete |
PipelineLayout & | operator= (PipelineLayout &&rhs) VULKAN_HPP_NOEXCEPT |
vk::PipelineLayout const & | operator* () const VULKAN_HPP_NOEXCEPT |
operator vk::PipelineLayout () const VULKAN_HPP_NOEXCEPT | |
void | clear () VULKAN_HPP_NOEXCEPT |
vk::PipelineLayout | release () |
vk::Device | getDevice () const |
vk::raii::DeviceDispatcher const * | getDispatcher () const |
void | swap (vk::raii::PipelineLayout &rhs) 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 9727 of file vulkan_raii.hpp.
Definition at line 9731 of file vulkan_raii.hpp.
Definition at line 9730 of file vulkan_raii.hpp.
|
inline |
Definition at line 9739 of file vulkan_raii.hpp.
|
inline |
Definition at line 9747 of file vulkan_raii.hpp.
|
inline |
Definition at line 9757 of file vulkan_raii.hpp.
|
inline |
Definition at line 9759 of file vulkan_raii.hpp.
|
delete |
|
delete |
|
inline |
Definition at line 9767 of file vulkan_raii.hpp.
|
inline |
Definition at line 9799 of file vulkan_raii.hpp.
|
inline |
Definition at line 9821 of file vulkan_raii.hpp.
|
inline |
Definition at line 9826 of file vulkan_raii.hpp.
|
inline |
Definition at line 9794 of file vulkan_raii.hpp.
|
inline |
Definition at line 9789 of file vulkan_raii.hpp.
|
inline |
Definition at line 9777 of file vulkan_raii.hpp.
|
delete |
|
inline |
Definition at line 9813 of file vulkan_raii.hpp.
|
inline |
Definition at line 9832 of file vulkan_raii.hpp.
|
static |
Definition at line 9734 of file vulkan_raii.hpp.
|
static |
Definition at line 9733 of file vulkan_raii.hpp.