Vulkan-Hpp
vk::IndirectCommandsLayoutNV Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkIndirectCommandsLayoutNV
 
using NativeType = VkIndirectCommandsLayoutNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutNV ()=default
 
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 vk::ObjectType objectType = vk::ObjectType::eIndirectCommandsLayoutNV
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 7843 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

◆ NativeType

Constructor & Destructor Documentation

◆ IndirectCommandsLayoutNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::IndirectCommandsLayoutNV::IndirectCommandsLayoutNV ( )
default

◆ IndirectCommandsLayoutNV() [2/3]

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

Definition at line 7856 of file vulkan_handles.hpp.

◆ IndirectCommandsLayoutNV() [3/3]

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

Definition at line 7858 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 7901 of file vulkan_handles.hpp.

◆ operator VkIndirectCommandsLayoutNV()

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

Definition at line 7896 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 7906 of file vulkan_handles.hpp.

◆ operator!=()

Definition at line 7885 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 7890 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 7871 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 7880 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::IndirectCommandsLayoutNV::debugReportObjectType
static

◆ objectType

Definition at line 7849 of file vulkan_handles.hpp.


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