SDL  2.0
VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNVX Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutNVX ()
 
VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutNVX (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT IndirectCommandsLayoutNVX (VkIndirectCommandsLayoutNVX indirectCommandsLayoutNVX)
 
IndirectCommandsLayoutNVXoperator= (std::nullptr_t)
 
bool operator== (IndirectCommandsLayoutNVX const &rhs) const
 
bool operator!= (IndirectCommandsLayoutNVX const &rhs) const
 
bool operator< (IndirectCommandsLayoutNVX const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkIndirectCommandsLayoutNVX () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
 

Detailed Description

Definition at line 4351 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ IndirectCommandsLayoutNVX() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNVX::IndirectCommandsLayoutNVX ( )
inline

Definition at line 4354 of file vulkan.hpp.

4356  {}
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

◆ IndirectCommandsLayoutNVX() [2/3]

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

Definition at line 4358 of file vulkan.hpp.

4360  {}
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

◆ IndirectCommandsLayoutNVX() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNVX::IndirectCommandsLayoutNVX ( VkIndirectCommandsLayoutNVX  indirectCommandsLayoutNVX)
inline

Definition at line 4362 of file vulkan.hpp.

4363  : m_indirectCommandsLayoutNVX( indirectCommandsLayoutNVX )
4364  {}
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

Member Function Documentation

◆ operator bool()

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

Definition at line 4402 of file vulkan.hpp.

References VK_NULL_HANDLE.

4403  {
4405  }
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

◆ operator VkIndirectCommandsLayoutNVX()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNVX::operator VkIndirectCommandsLayoutNVX ( ) const
inline

Definition at line 4397 of file vulkan.hpp.

4398  {
4400  }
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

◆ operator!()

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

Definition at line 4407 of file vulkan.hpp.

References VK_NULL_HANDLE.

4408  {
4410  }
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

◆ operator!=()

Definition at line 4385 of file vulkan.hpp.

References m_indirectCommandsLayoutNVX.

4386  {
4387  return m_indirectCommandsLayoutNVX != rhs.m_indirectCommandsLayoutNVX;
4388  }
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

◆ operator<()

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

Definition at line 4390 of file vulkan.hpp.

References m_indirectCommandsLayoutNVX.

4391  {
4392  return m_indirectCommandsLayoutNVX < rhs.m_indirectCommandsLayoutNVX;
4393  }
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

◆ operator=()

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

Definition at line 4374 of file vulkan.hpp.

References VK_NULL_HANDLE.

4375  {
4377  return *this;
4378  }
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

◆ operator==()

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

Definition at line 4380 of file vulkan.hpp.

References m_indirectCommandsLayoutNVX.

4381  {
4382  return m_indirectCommandsLayoutNVX == rhs.m_indirectCommandsLayoutNVX;
4383  }
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413

Field Documentation

◆ m_indirectCommandsLayoutNVX

VkIndirectCommandsLayoutNVX VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNVX::m_indirectCommandsLayoutNVX
private

Definition at line 4413 of file vulkan.hpp.

Referenced by operator!=(), operator<(), and operator==().


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