SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsPropertiesNV (uint32_t maxGraphicsShaderGroupCount_={}, uint32_t maxIndirectSequenceCount_={}, uint32_t maxIndirectCommandsTokenCount_={}, uint32_t maxIndirectCommandsStreamCount_={}, uint32_t maxIndirectCommandsTokenOffset_={}, uint32_t maxIndirectCommandsStreamStride_={}, uint32_t minSequencesCountBufferOffsetAlignment_={}, uint32_t minSequencesIndexBufferOffsetAlignment_={}, uint32_t minIndirectCommandsBufferOffsetAlignment_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsPropertiesNV (PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDeviceGeneratedCommandsPropertiesNV (VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceGeneratedCommandsPropertiesNVoperator= (VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDeviceGeneratedCommandsPropertiesNVoperator= (PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV
 
voidpNext = {}
 
uint32_t maxGraphicsShaderGroupCount = {}
 
uint32_t maxIndirectSequenceCount = {}
 
uint32_t maxIndirectCommandsTokenCount = {}
 
uint32_t maxIndirectCommandsStreamCount = {}
 
uint32_t maxIndirectCommandsTokenOffset = {}
 
uint32_t maxIndirectCommandsStreamStride = {}
 
uint32_t minSequencesCountBufferOffsetAlignment = {}
 
uint32_t minSequencesIndexBufferOffsetAlignment = {}
 
uint32_t minIndirectCommandsBufferOffsetAlignment = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV
 

Detailed Description

Definition at line 63577 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV ( uint32_t  maxGraphicsShaderGroupCount_ = {},
uint32_t  maxIndirectSequenceCount_ = {},
uint32_t  maxIndirectCommandsTokenCount_ = {},
uint32_t  maxIndirectCommandsStreamCount_ = {},
uint32_t  maxIndirectCommandsTokenOffset_ = {},
uint32_t  maxIndirectCommandsStreamStride_ = {},
uint32_t  minSequencesCountBufferOffsetAlignment_ = {},
uint32_t  minSequencesIndexBufferOffsetAlignment_ = {},
uint32_t  minIndirectCommandsBufferOffsetAlignment_ = {} 
)
inline

Definition at line 63583 of file vulkan.hpp.

63583  {}, uint32_t maxIndirectSequenceCount_ = {}, uint32_t maxIndirectCommandsTokenCount_ = {}, uint32_t maxIndirectCommandsStreamCount_ = {}, uint32_t maxIndirectCommandsTokenOffset_ = {}, uint32_t maxIndirectCommandsStreamStride_ = {}, uint32_t minSequencesCountBufferOffsetAlignment_ = {}, uint32_t minSequencesIndexBufferOffsetAlignment_ = {}, uint32_t minIndirectCommandsBufferOffsetAlignment_ = {}) VULKAN_HPP_NOEXCEPT
63584  : maxGraphicsShaderGroupCount( maxGraphicsShaderGroupCount_ ), maxIndirectSequenceCount( maxIndirectSequenceCount_ ), maxIndirectCommandsTokenCount( maxIndirectCommandsTokenCount_ ), maxIndirectCommandsStreamCount( maxIndirectCommandsStreamCount_ ), maxIndirectCommandsTokenOffset( maxIndirectCommandsTokenOffset_ ), maxIndirectCommandsStreamStride( maxIndirectCommandsStreamStride_ ), minSequencesCountBufferOffsetAlignment( minSequencesCountBufferOffsetAlignment_ ), minSequencesIndexBufferOffsetAlignment( minSequencesIndexBufferOffsetAlignment_ ), minIndirectCommandsBufferOffsetAlignment( minIndirectCommandsBufferOffsetAlignment_ )
63585  {}
unsigned int uint32_t
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV ( PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &  rhs)
default

◆ PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV ( VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &  rhs)
inline

Definition at line 63589 of file vulkan.hpp.

63590  {
63591  *this = rhs;
63592  }

Member Function Documentation

◆ operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV & ( )
inline

Definition at line 63613 of file vulkan.hpp.

◆ operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const & ( ) const
inline

Definition at line 63608 of file vulkan.hpp.

63609  {
63610  return *reinterpret_cast<const VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV*>( this );
63611  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::operator!= ( PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &  rhs) const
inline

Definition at line 63637 of file vulkan.hpp.

63638  {
63639  return !operator==( rhs );
63640  }
bool operator==(PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:63622

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

PhysicalDeviceDeviceGeneratedCommandsPropertiesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::operator= ( PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &  rhs)
inline

Definition at line 63601 of file vulkan.hpp.

63602  {
63603  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceDeviceGeneratedCommandsPropertiesNV ) );
63604  return *this;
63605  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsPropertiesNV(uint32_t maxGraphicsShaderGroupCount_={}, uint32_t maxIndirectSequenceCount_={}, uint32_t maxIndirectCommandsTokenCount_={}, uint32_t maxIndirectCommandsStreamCount_={}, uint32_t maxIndirectCommandsTokenOffset_={}, uint32_t maxIndirectCommandsStreamStride_={}, uint32_t minSequencesCountBufferOffsetAlignment_={}, uint32_t minSequencesIndexBufferOffsetAlignment_={}, uint32_t minIndirectCommandsBufferOffsetAlignment_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:63583

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceDeviceGeneratedCommandsPropertiesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::operator= ( VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &  rhs)
inline

Definition at line 63595 of file vulkan.hpp.

63596  {
63597  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV const *>( &rhs );
63598  return *this;
63599  }

◆ operator==()

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

Definition at line 63622 of file vulkan.hpp.

63623  {
63624  return ( sType == rhs.sType )
63625  && ( pNext == rhs.pNext )
63626  && ( maxGraphicsShaderGroupCount == rhs.maxGraphicsShaderGroupCount )
63627  && ( maxIndirectSequenceCount == rhs.maxIndirectSequenceCount )
63628  && ( maxIndirectCommandsTokenCount == rhs.maxIndirectCommandsTokenCount )
63629  && ( maxIndirectCommandsStreamCount == rhs.maxIndirectCommandsStreamCount )
63630  && ( maxIndirectCommandsTokenOffset == rhs.maxIndirectCommandsTokenOffset )
63631  && ( maxIndirectCommandsStreamStride == rhs.maxIndirectCommandsStreamStride )
63632  && ( minSequencesCountBufferOffsetAlignment == rhs.minSequencesCountBufferOffsetAlignment )
63633  && ( minSequencesIndexBufferOffsetAlignment == rhs.minSequencesIndexBufferOffsetAlignment )
63634  && ( minIndirectCommandsBufferOffsetAlignment == rhs.minIndirectCommandsBufferOffsetAlignment );
63635  }

Field Documentation

◆ allowDuplicate

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::allowDuplicate = false
static

Definition at line 63579 of file vulkan.hpp.

◆ maxGraphicsShaderGroupCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::maxGraphicsShaderGroupCount = {}

Definition at line 63648 of file vulkan.hpp.

◆ maxIndirectCommandsStreamCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::maxIndirectCommandsStreamCount = {}

Definition at line 63651 of file vulkan.hpp.

◆ maxIndirectCommandsStreamStride

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::maxIndirectCommandsStreamStride = {}

Definition at line 63653 of file vulkan.hpp.

◆ maxIndirectCommandsTokenCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::maxIndirectCommandsTokenCount = {}

Definition at line 63650 of file vulkan.hpp.

◆ maxIndirectCommandsTokenOffset

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::maxIndirectCommandsTokenOffset = {}

Definition at line 63652 of file vulkan.hpp.

◆ maxIndirectSequenceCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::maxIndirectSequenceCount = {}

Definition at line 63649 of file vulkan.hpp.

◆ minIndirectCommandsBufferOffsetAlignment

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::minIndirectCommandsBufferOffsetAlignment = {}

Definition at line 63656 of file vulkan.hpp.

◆ minSequencesCountBufferOffsetAlignment

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::minSequencesCountBufferOffsetAlignment = {}

Definition at line 63654 of file vulkan.hpp.

◆ minSequencesIndexBufferOffsetAlignment

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::minSequencesIndexBufferOffsetAlignment = {}

Definition at line 63655 of file vulkan.hpp.

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::pNext = {}

Definition at line 63647 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV
static

Definition at line 63580 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV::sType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV

Definition at line 63646 of file vulkan.hpp.


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