|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | Framebuffer () |
| VULKAN_HPP_CONSTEXPR | Framebuffer (std::nullptr_t) |
| VULKAN_HPP_TYPESAFE_EXPLICIT | Framebuffer (VkFramebuffer framebuffer) |
| Framebuffer & | operator= (std::nullptr_t) |
| bool | operator== (Framebuffer const &rhs) const |
| bool | operator!= (Framebuffer const &rhs) const |
| bool | operator< (Framebuffer const &rhs) const |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkFramebuffer () const |
| operator bool () const | |
| bool | operator! () const |
Private Attributes | |
| VkFramebuffer | m_framebuffer |
Definition at line 4083 of file vulkan.hpp.
|
inline |
Definition at line 4086 of file vulkan.hpp.
|
inline |
Definition at line 4090 of file vulkan.hpp.
|
inline |
Definition at line 4094 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4134 of file vulkan.hpp.
References m_framebuffer, and VK_NULL_HANDLE.
|
inline |
Definition at line 4129 of file vulkan.hpp.
References m_framebuffer.
|
inline |
Definition at line 4139 of file vulkan.hpp.
References m_framebuffer, and VK_NULL_HANDLE.
|
inline |
Definition at line 4117 of file vulkan.hpp.
References m_framebuffer.
|
inline |
Definition at line 4122 of file vulkan.hpp.
References m_framebuffer.
|
inline |
Definition at line 4106 of file vulkan.hpp.
References m_framebuffer, and VK_NULL_HANDLE.
|
inline |
Definition at line 4112 of file vulkan.hpp.
References m_framebuffer.
|
private |
Definition at line 4145 of file vulkan.hpp.
Referenced by operator bool(), operator VkFramebuffer(), operator!(), operator!=(), operator<(), operator=(), and operator==().