|
SDL
2.0
|
#include <vulkan.hpp>
Public Types | |
| using | CType = VkCommandPool |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | CommandPool () VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | CommandPool (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | CommandPool (VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT |
| CommandPool & | operator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT |
| bool | operator== (CommandPool const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (CommandPool const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator< (CommandPool const &rhs) const VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkCommandPool () const VULKAN_HPP_NOEXCEPT |
| operator bool () const VULKAN_HPP_NOEXCEPT | |
| bool | operator! () const VULKAN_HPP_NOEXCEPT |
Private Attributes | |
| VkCommandPool | m_commandPool |
Definition at line 23848 of file vulkan.hpp.
| using VULKAN_HPP_NAMESPACE::CommandPool::CType = VkCommandPool |
Definition at line 23851 of file vulkan.hpp.
|
inline |
Definition at line 23857 of file vulkan.hpp.
|
inline |
Definition at line 23861 of file vulkan.hpp.
|
inline |
Definition at line 23865 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 23907 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 23902 of file vulkan.hpp.
|
inline |
Definition at line 23912 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 23891 of file vulkan.hpp.
|
inline |
Definition at line 23896 of file vulkan.hpp.
|
inline |
Definition at line 23877 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 23886 of file vulkan.hpp.
|
static |
Definition at line 23854 of file vulkan.hpp.
|
private |
Definition at line 23918 of file vulkan.hpp.
|
static |
Definition at line 23853 of file vulkan.hpp.