|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | PipelineLayout () |
| VULKAN_HPP_CONSTEXPR | PipelineLayout (std::nullptr_t) |
| VULKAN_HPP_TYPESAFE_EXPLICIT | PipelineLayout (VkPipelineLayout pipelineLayout) |
| PipelineLayout & | operator= (std::nullptr_t) |
| bool | operator== (PipelineLayout const &rhs) const |
| bool | operator!= (PipelineLayout const &rhs) const |
| bool | operator< (PipelineLayout const &rhs) const |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkPipelineLayout () const |
| operator bool () const | |
| bool | operator! () const |
Private Attributes | |
| VkPipelineLayout | m_pipelineLayout |
Definition at line 3480 of file vulkan.hpp.
|
inline |
Definition at line 3483 of file vulkan.hpp.
|
inline |
Definition at line 3487 of file vulkan.hpp.
|
inline |
Definition at line 3491 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3531 of file vulkan.hpp.
References m_pipelineLayout, and VK_NULL_HANDLE.
|
inline |
Definition at line 3526 of file vulkan.hpp.
References m_pipelineLayout.
|
inline |
Definition at line 3536 of file vulkan.hpp.
References m_pipelineLayout, and VK_NULL_HANDLE.
|
inline |
Definition at line 3514 of file vulkan.hpp.
References m_pipelineLayout.
|
inline |
Definition at line 3519 of file vulkan.hpp.
References m_pipelineLayout.
|
inline |
Definition at line 3503 of file vulkan.hpp.
References m_pipelineLayout, and VK_NULL_HANDLE.
|
inline |
Definition at line 3509 of file vulkan.hpp.
References m_pipelineLayout.
|
private |
Definition at line 3542 of file vulkan.hpp.
Referenced by operator bool(), operator VkPipelineLayout(), operator!(), operator!=(), operator<(), operator=(), and operator==().