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 {}
VkIndirectCommandsLayoutNVX m_indirectCommandsLayoutNVX
Definition: vulkan.hpp:4413
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49

◆ IndirectCommandsLayoutNVX() [2/3]

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

Definition at line 4358 of file vulkan.hpp.

◆ 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 {}

Member Function Documentation

◆ operator bool()

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

Definition at line 4402 of file vulkan.hpp.

4403 {
4405 }

References m_indirectCommandsLayoutNVX, and VK_NULL_HANDLE.

◆ operator VkIndirectCommandsLayoutNVX()

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

Definition at line 4397 of file vulkan.hpp.

4398 {
4400 }

References m_indirectCommandsLayoutNVX.

◆ operator!()

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

Definition at line 4407 of file vulkan.hpp.

4408 {
4410 }

References m_indirectCommandsLayoutNVX, and VK_NULL_HANDLE.

◆ operator!=()

Definition at line 4385 of file vulkan.hpp.

4386 {
4387 return m_indirectCommandsLayoutNVX != rhs.m_indirectCommandsLayoutNVX;
4388 }

References m_indirectCommandsLayoutNVX.

◆ operator<()

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

Definition at line 4390 of file vulkan.hpp.

4391 {
4392 return m_indirectCommandsLayoutNVX < rhs.m_indirectCommandsLayoutNVX;
4393 }

References m_indirectCommandsLayoutNVX.

◆ operator=()

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

Definition at line 4374 of file vulkan.hpp.

4375 {
4377 return *this;
4378 }

References m_indirectCommandsLayoutNVX, and VK_NULL_HANDLE.

◆ operator==()

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

Definition at line 4380 of file vulkan.hpp.

4381 {
4382 return m_indirectCommandsLayoutNVX == rhs.m_indirectCommandsLayoutNVX;
4383 }

References m_indirectCommandsLayoutNVX.

Field Documentation

◆ m_indirectCommandsLayoutNVX

VkIndirectCommandsLayoutNVX VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNVX::m_indirectCommandsLayoutNVX
private

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