SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | CommandPool () |
VULKAN_HPP_CONSTEXPR | CommandPool (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | CommandPool (VkCommandPool commandPool) |
CommandPool & | operator= (std::nullptr_t) |
bool | operator== (CommandPool const &rhs) const |
bool | operator!= (CommandPool const &rhs) const |
bool | operator< (CommandPool const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkCommandPool () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkCommandPool | m_commandPool |
Definition at line 3011 of file vulkan.hpp.
|
inline |
Definition at line 3014 of file vulkan.hpp.
|
inline |
Definition at line 3018 of file vulkan.hpp.
|
inline |
Definition at line 3022 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3062 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 3057 of file vulkan.hpp.
|
inline |
Definition at line 3067 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 3045 of file vulkan.hpp.
References m_commandPool.
|
inline |
Definition at line 3050 of file vulkan.hpp.
References m_commandPool.
|
inline |
Definition at line 3034 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 3040 of file vulkan.hpp.
References m_commandPool.
|
private |
Definition at line 3073 of file vulkan.hpp.
Referenced by operator!=(), operator<(), and operator==().