SDL 2.0
VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX Struct Reference

#include <vulkan.hpp>

Public Member Functions

 DeviceGeneratedCommandsLimitsNVX (uint32_t maxIndirectCommandsLayoutTokenCount_=0, uint32_t maxObjectEntryCounts_=0, uint32_t minSequenceCountBufferOffsetAlignment_=0, uint32_t minSequenceIndexBufferOffsetAlignment_=0, uint32_t minCommandsTokenBufferOffsetAlignment_=0)
 
 DeviceGeneratedCommandsLimitsNVX (VkDeviceGeneratedCommandsLimitsNVX const &rhs)
 
DeviceGeneratedCommandsLimitsNVXoperator= (VkDeviceGeneratedCommandsLimitsNVX const &rhs)
 
DeviceGeneratedCommandsLimitsNVXsetPNext (const void *pNext_)
 
DeviceGeneratedCommandsLimitsNVXsetMaxIndirectCommandsLayoutTokenCount (uint32_t maxIndirectCommandsLayoutTokenCount_)
 
DeviceGeneratedCommandsLimitsNVXsetMaxObjectEntryCounts (uint32_t maxObjectEntryCounts_)
 
DeviceGeneratedCommandsLimitsNVXsetMinSequenceCountBufferOffsetAlignment (uint32_t minSequenceCountBufferOffsetAlignment_)
 
DeviceGeneratedCommandsLimitsNVXsetMinSequenceIndexBufferOffsetAlignment (uint32_t minSequenceIndexBufferOffsetAlignment_)
 
DeviceGeneratedCommandsLimitsNVXsetMinCommandsTokenBufferOffsetAlignment (uint32_t minCommandsTokenBufferOffsetAlignment_)
 
 operator VkDeviceGeneratedCommandsLimitsNVX const & () const
 
 operator VkDeviceGeneratedCommandsLimitsNVX & ()
 
bool operator== (DeviceGeneratedCommandsLimitsNVX const &rhs) const
 
bool operator!= (DeviceGeneratedCommandsLimitsNVX const &rhs) const
 

Data Fields

const voidpNext = nullptr
 
uint32_t maxIndirectCommandsLayoutTokenCount
 
uint32_t maxObjectEntryCounts
 
uint32_t minSequenceCountBufferOffsetAlignment
 
uint32_t minSequenceIndexBufferOffsetAlignment
 
uint32_t minCommandsTokenBufferOffsetAlignment
 

Private Attributes

StructureType sType = StructureType::eDeviceGeneratedCommandsLimitsNVX
 

Detailed Description

Definition at line 12948 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ DeviceGeneratedCommandsLimitsNVX() [1/2]

VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::DeviceGeneratedCommandsLimitsNVX ( uint32_t  maxIndirectCommandsLayoutTokenCount_ = 0,
uint32_t  maxObjectEntryCounts_ = 0,
uint32_t  minSequenceCountBufferOffsetAlignment_ = 0,
uint32_t  minSequenceIndexBufferOffsetAlignment_ = 0,
uint32_t  minCommandsTokenBufferOffsetAlignment_ = 0 
)
inline

Definition at line 12950 of file vulkan.hpp.

12955 : maxIndirectCommandsLayoutTokenCount( maxIndirectCommandsLayoutTokenCount_ )
12956 , maxObjectEntryCounts( maxObjectEntryCounts_ )
12957 , minSequenceCountBufferOffsetAlignment( minSequenceCountBufferOffsetAlignment_ )
12958 , minSequenceIndexBufferOffsetAlignment( minSequenceIndexBufferOffsetAlignment_ )
12959 , minCommandsTokenBufferOffsetAlignment( minCommandsTokenBufferOffsetAlignment_ )
12960 {
12961 }

◆ DeviceGeneratedCommandsLimitsNVX() [2/2]

VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::DeviceGeneratedCommandsLimitsNVX ( VkDeviceGeneratedCommandsLimitsNVX const &  rhs)
inline

Definition at line 12963 of file vulkan.hpp.

12964 {
12965 memcpy( this, &rhs, sizeof( DeviceGeneratedCommandsLimitsNVX ) );
12966 }
#define memcpy
Definition: SDL_malloc.c:630
DeviceGeneratedCommandsLimitsNVX(uint32_t maxIndirectCommandsLayoutTokenCount_=0, uint32_t maxObjectEntryCounts_=0, uint32_t minSequenceCountBufferOffsetAlignment_=0, uint32_t minSequenceIndexBufferOffsetAlignment_=0, uint32_t minCommandsTokenBufferOffsetAlignment_=0)
Definition: vulkan.hpp:12950

References memcpy.

Member Function Documentation

◆ operator VkDeviceGeneratedCommandsLimitsNVX &()

VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::operator VkDeviceGeneratedCommandsLimitsNVX & ( )
inline

Definition at line 13014 of file vulkan.hpp.

13015 {
13016 return *reinterpret_cast<VkDeviceGeneratedCommandsLimitsNVX*>(this);
13017 }

◆ operator VkDeviceGeneratedCommandsLimitsNVX const &()

VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::operator VkDeviceGeneratedCommandsLimitsNVX const & ( ) const
inline

Definition at line 13009 of file vulkan.hpp.

13010 {
13011 return *reinterpret_cast<const VkDeviceGeneratedCommandsLimitsNVX*>(this);
13012 }

◆ operator!=()

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

Definition at line 13030 of file vulkan.hpp.

13031 {
13032 return !operator==( rhs );
13033 }
bool operator==(DeviceGeneratedCommandsLimitsNVX const &rhs) const
Definition: vulkan.hpp:13019

References operator==().

◆ operator=()

DeviceGeneratedCommandsLimitsNVX & VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::operator= ( VkDeviceGeneratedCommandsLimitsNVX const &  rhs)
inline

Definition at line 12968 of file vulkan.hpp.

12969 {
12970 memcpy( this, &rhs, sizeof( DeviceGeneratedCommandsLimitsNVX ) );
12971 return *this;
12972 }

References memcpy.

◆ operator==()

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

Definition at line 13019 of file vulkan.hpp.

13020 {
13021 return ( sType == rhs.sType )
13022 && ( pNext == rhs.pNext )
13023 && ( maxIndirectCommandsLayoutTokenCount == rhs.maxIndirectCommandsLayoutTokenCount )
13024 && ( maxObjectEntryCounts == rhs.maxObjectEntryCounts )
13025 && ( minSequenceCountBufferOffsetAlignment == rhs.minSequenceCountBufferOffsetAlignment )
13026 && ( minSequenceIndexBufferOffsetAlignment == rhs.minSequenceIndexBufferOffsetAlignment )
13027 && ( minCommandsTokenBufferOffsetAlignment == rhs.minCommandsTokenBufferOffsetAlignment );
13028 }

References maxIndirectCommandsLayoutTokenCount, maxObjectEntryCounts, minCommandsTokenBufferOffsetAlignment, minSequenceCountBufferOffsetAlignment, minSequenceIndexBufferOffsetAlignment, pNext, and sType.

Referenced by operator!=().

◆ setMaxIndirectCommandsLayoutTokenCount()

DeviceGeneratedCommandsLimitsNVX & VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::setMaxIndirectCommandsLayoutTokenCount ( uint32_t  maxIndirectCommandsLayoutTokenCount_)
inline

Definition at line 12979 of file vulkan.hpp.

12980 {
12981 maxIndirectCommandsLayoutTokenCount = maxIndirectCommandsLayoutTokenCount_;
12982 return *this;
12983 }

References maxIndirectCommandsLayoutTokenCount.

◆ setMaxObjectEntryCounts()

DeviceGeneratedCommandsLimitsNVX & VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::setMaxObjectEntryCounts ( uint32_t  maxObjectEntryCounts_)
inline

Definition at line 12985 of file vulkan.hpp.

12986 {
12987 maxObjectEntryCounts = maxObjectEntryCounts_;
12988 return *this;
12989 }

References maxObjectEntryCounts.

◆ setMinCommandsTokenBufferOffsetAlignment()

DeviceGeneratedCommandsLimitsNVX & VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::setMinCommandsTokenBufferOffsetAlignment ( uint32_t  minCommandsTokenBufferOffsetAlignment_)
inline

Definition at line 13003 of file vulkan.hpp.

13004 {
13005 minCommandsTokenBufferOffsetAlignment = minCommandsTokenBufferOffsetAlignment_;
13006 return *this;
13007 }

References minCommandsTokenBufferOffsetAlignment.

◆ setMinSequenceCountBufferOffsetAlignment()

DeviceGeneratedCommandsLimitsNVX & VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::setMinSequenceCountBufferOffsetAlignment ( uint32_t  minSequenceCountBufferOffsetAlignment_)
inline

Definition at line 12991 of file vulkan.hpp.

12992 {
12993 minSequenceCountBufferOffsetAlignment = minSequenceCountBufferOffsetAlignment_;
12994 return *this;
12995 }

References minSequenceCountBufferOffsetAlignment.

◆ setMinSequenceIndexBufferOffsetAlignment()

DeviceGeneratedCommandsLimitsNVX & VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::setMinSequenceIndexBufferOffsetAlignment ( uint32_t  minSequenceIndexBufferOffsetAlignment_)
inline

Definition at line 12997 of file vulkan.hpp.

12998 {
12999 minSequenceIndexBufferOffsetAlignment = minSequenceIndexBufferOffsetAlignment_;
13000 return *this;
13001 }

References minSequenceIndexBufferOffsetAlignment.

◆ setPNext()

DeviceGeneratedCommandsLimitsNVX & VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::setPNext ( const void pNext_)
inline

Definition at line 12973 of file vulkan.hpp.

12974 {
12975 pNext = pNext_;
12976 return *this;
12977 }

References pNext.

Field Documentation

◆ maxIndirectCommandsLayoutTokenCount

uint32_t VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::maxIndirectCommandsLayoutTokenCount

Definition at line 13040 of file vulkan.hpp.

Referenced by operator==(), and setMaxIndirectCommandsLayoutTokenCount().

◆ maxObjectEntryCounts

uint32_t VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::maxObjectEntryCounts

Definition at line 13041 of file vulkan.hpp.

Referenced by operator==(), and setMaxObjectEntryCounts().

◆ minCommandsTokenBufferOffsetAlignment

uint32_t VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::minCommandsTokenBufferOffsetAlignment

Definition at line 13044 of file vulkan.hpp.

Referenced by operator==(), and setMinCommandsTokenBufferOffsetAlignment().

◆ minSequenceCountBufferOffsetAlignment

uint32_t VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::minSequenceCountBufferOffsetAlignment

Definition at line 13042 of file vulkan.hpp.

Referenced by operator==(), and setMinSequenceCountBufferOffsetAlignment().

◆ minSequenceIndexBufferOffsetAlignment

uint32_t VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::minSequenceIndexBufferOffsetAlignment

Definition at line 13043 of file vulkan.hpp.

Referenced by operator==(), and setMinSequenceIndexBufferOffsetAlignment().

◆ pNext

const void* VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::pNext = nullptr

Definition at line 13039 of file vulkan.hpp.

Referenced by operator==(), and setPNext().

◆ sType

StructureType VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsLimitsNVX::sType = StructureType::eDeviceGeneratedCommandsLimitsNVX
private

Definition at line 13036 of file vulkan.hpp.

Referenced by operator==().


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