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 |
|
inline |
Definition at line 4196 of file vulkan.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 4212 of file vulkan.hpp.
Referenced by operator!=(), operator<(), and operator==().