|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkPipelineLayout |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | PipelineLayout () VULKAN_HPP_NOEXCEPT |
| 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 |
Private Attributes | |
| VkPipelineLayout | m_pipelineLayout |
Definition at line 25175 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::PipelineLayout::CType = VkPipelineLayout |
Definition at line 25178 of file vulkan.hpp.
|
inline |
Definition at line 25184 of file vulkan.hpp.
|
inline |
Definition at line 25188 of file vulkan.hpp.
|
inline |
Definition at line 25192 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 25234 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 25229 of file vulkan.hpp.
|
inline |
Definition at line 25239 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 25218 of file vulkan.hpp.
|
inline |
Definition at line 25223 of file vulkan.hpp.
|
inline |
Definition at line 25204 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 25213 of file vulkan.hpp.
|
static |
Definition at line 25181 of file vulkan.hpp.
|
private |
Definition at line 25245 of file vulkan.hpp.
|
static |
Definition at line 25180 of file vulkan.hpp.