|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | RenderPass () |
| VULKAN_HPP_CONSTEXPR | RenderPass (std::nullptr_t) |
| VULKAN_HPP_TYPESAFE_EXPLICIT | RenderPass (VkRenderPass renderPass) |
| RenderPass & | operator= (std::nullptr_t) |
| bool | operator== (RenderPass const &rhs) const |
| bool | operator!= (RenderPass const &rhs) const |
| bool | operator< (RenderPass const &rhs) const |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkRenderPass () const |
| operator bool () const | |
| bool | operator! () const |
Private Attributes | |
| VkRenderPass | m_renderPass |
Definition at line 4150 of file vulkan.hpp.
|
inline |
Definition at line 4153 of file vulkan.hpp.
|
inline |
Definition at line 4157 of file vulkan.hpp.
|
inline |
Definition at line 4161 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4201 of file vulkan.hpp.
References m_renderPass, and VK_NULL_HANDLE.
|
inline |
Definition at line 4196 of file vulkan.hpp.
References m_renderPass.
|
inline |
Definition at line 4206 of file vulkan.hpp.
References m_renderPass, and VK_NULL_HANDLE.
|
inline |
Definition at line 4184 of file vulkan.hpp.
References m_renderPass.
|
inline |
Definition at line 4189 of file vulkan.hpp.
References m_renderPass.
|
inline |
Definition at line 4173 of file vulkan.hpp.
References m_renderPass, and VK_NULL_HANDLE.
|
inline |
Definition at line 4179 of file vulkan.hpp.
References m_renderPass.
|
private |
Definition at line 4212 of file vulkan.hpp.
Referenced by operator bool(), operator VkRenderPass(), operator!(), operator!=(), operator<(), operator=(), and operator==().