SDL  2.0
VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV Class Reference

#include <vulkan.hpp>

Public Types

using CType = VkIndirectCommandsLayoutNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutNV () VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutNV (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT IndirectCommandsLayoutNV (VkIndirectCommandsLayoutNV indirectCommandsLayoutNV) VULKAN_HPP_NOEXCEPT
 
IndirectCommandsLayoutNVoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (IndirectCommandsLayoutNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (IndirectCommandsLayoutNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (IndirectCommandsLayoutNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkIndirectCommandsLayoutNV () 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::eIndirectCommandsLayoutNV
 
static VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT debugReportObjectType = VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT::eUnknown
 

Private Attributes

VkIndirectCommandsLayoutNV m_indirectCommandsLayoutNV
 

Detailed Description

Definition at line 32783 of file vulkan.hpp.

Member Typedef Documentation

◆ CType

using VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::CType = VkIndirectCommandsLayoutNV

Definition at line 32786 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ IndirectCommandsLayoutNV() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::IndirectCommandsLayoutNV ( )
inline

Definition at line 32792 of file vulkan.hpp.

32794  {}
VkIndirectCommandsLayoutNV m_indirectCommandsLayoutNV
Definition: vulkan.hpp:32853
#define VK_NULL_HANDLE
Definition: vulkan_core.h:55

◆ IndirectCommandsLayoutNV() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::IndirectCommandsLayoutNV ( std::nullptr_t  )
inline

Definition at line 32796 of file vulkan.hpp.

◆ IndirectCommandsLayoutNV() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::IndirectCommandsLayoutNV ( VkIndirectCommandsLayoutNV  indirectCommandsLayoutNV)
inline

Definition at line 32800 of file vulkan.hpp.

32801  : m_indirectCommandsLayoutNV( indirectCommandsLayoutNV )
32802  {}

Member Function Documentation

◆ operator bool()

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

Definition at line 32842 of file vulkan.hpp.

32843  {
32845  }

References VK_NULL_HANDLE.

◆ operator VkIndirectCommandsLayoutNV()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::operator VkIndirectCommandsLayoutNV ( ) const
inline

Definition at line 32837 of file vulkan.hpp.

32838  {
32840  }

◆ operator!()

bool VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::operator! ( ) const
inline

Definition at line 32847 of file vulkan.hpp.

32848  {
32850  }

References VK_NULL_HANDLE.

◆ operator!=()

Definition at line 32826 of file vulkan.hpp.

32827  {
32828  return m_indirectCommandsLayoutNV != rhs.m_indirectCommandsLayoutNV;
32829  }

◆ operator<()

bool VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::operator< ( IndirectCommandsLayoutNV const &  rhs) const
inline

Definition at line 32831 of file vulkan.hpp.

32832  {
32833  return m_indirectCommandsLayoutNV < rhs.m_indirectCommandsLayoutNV;
32834  }

◆ operator=()

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

Definition at line 32812 of file vulkan.hpp.

32813  {
32815  return *this;
32816  }

References VK_NULL_HANDLE.

◆ operator==()

bool VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::operator== ( IndirectCommandsLayoutNV const &  rhs) const
inline

Definition at line 32821 of file vulkan.hpp.

32822  {
32823  return m_indirectCommandsLayoutNV == rhs.m_indirectCommandsLayoutNV;
32824  }

Field Documentation

◆ debugReportObjectType

Definition at line 32789 of file vulkan.hpp.

◆ m_indirectCommandsLayoutNV

VkIndirectCommandsLayoutNV VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV::m_indirectCommandsLayoutNV
private

Definition at line 32853 of file vulkan.hpp.

◆ objectType

Definition at line 32788 of file vulkan.hpp.


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