HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::CommandPool Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkCommandPool
 
using NativeType = VkCommandPool
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CommandPool ()=default
 
VULKAN_HPP_CONSTEXPR CommandPool (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool (VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT
 
CommandPooloperator= (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
 

Static Public Attributes

static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::eCommandPool
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 5950 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 5953 of file vulkan_handles.hpp.

Definition at line 5954 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::CommandPool::CommandPool ( )
default
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::CommandPool::CommandPool ( std::nullptr_t  )
inline

Definition at line 5962 of file vulkan_handles.hpp.

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::CommandPool::CommandPool ( VkCommandPool  commandPool)
inline

Definition at line 5963 of file vulkan_handles.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::CommandPool::operator bool ( ) const
inlineexplicit

Definition at line 6003 of file vulkan_handles.hpp.

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::CommandPool::operator VkCommandPool ( ) const
inline

Definition at line 5998 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::CommandPool::operator! ( void  ) const
inline

Definition at line 6008 of file vulkan_handles.hpp.

Definition at line 5987 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::CommandPool::operator< ( CommandPool const rhs) const
inline

Definition at line 5992 of file vulkan_handles.hpp.

CommandPool& VULKAN_HPP_NAMESPACE::CommandPool::operator= ( std::nullptr_t  )
inline

Definition at line 5973 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::CommandPool::operator== ( CommandPool const rhs) const
inline

Definition at line 5982 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::CommandPool::debugReportObjectType
static

Definition at line 5956 of file vulkan_handles.hpp.


The documentation for this class was generated from the following file: