Vulkan-Hpp
vk::PhysicalDeviceShaderEnqueuePropertiesAMDX Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderEnqueuePropertiesAMDX
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderEnqueuePropertiesAMDX (uint32_t maxExecutionGraphDepth_={}, uint32_t maxExecutionGraphShaderOutputNodes_={}, uint32_t maxExecutionGraphShaderPayloadSize_={}, uint32_t maxExecutionGraphShaderPayloadCount_={}, uint32_t executionGraphDispatchAddressAlignment_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderEnqueuePropertiesAMDX (PhysicalDeviceShaderEnqueuePropertiesAMDX const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderEnqueuePropertiesAMDX (VkPhysicalDeviceShaderEnqueuePropertiesAMDX const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderEnqueuePropertiesAMDXoperator= (PhysicalDeviceShaderEnqueuePropertiesAMDX const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderEnqueuePropertiesAMDXoperator= (VkPhysicalDeviceShaderEnqueuePropertiesAMDX const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDXsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDXsetMaxExecutionGraphDepth (uint32_t maxExecutionGraphDepth_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDXsetMaxExecutionGraphShaderOutputNodes (uint32_t maxExecutionGraphShaderOutputNodes_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDXsetMaxExecutionGraphShaderPayloadSize (uint32_t maxExecutionGraphShaderPayloadSize_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDXsetMaxExecutionGraphShaderPayloadCount (uint32_t maxExecutionGraphShaderPayloadCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDXsetExecutionGraphDispatchAddressAlignment (uint32_t executionGraphDispatchAddressAlignment_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderEnqueuePropertiesAMDX const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderEnqueuePropertiesAMDX const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderEnqueuePropertiesAMDX
 
void * pNext = {}
 
uint32_t maxExecutionGraphDepth = {}
 
uint32_t maxExecutionGraphShaderOutputNodes = {}
 
uint32_t maxExecutionGraphShaderPayloadSize = {}
 
uint32_t maxExecutionGraphShaderPayloadCount = {}
 
uint32_t executionGraphDispatchAddressAlignment = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 81963 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

using vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::NativeType = VkPhysicalDeviceShaderEnqueuePropertiesAMDX

Definition at line 81965 of file vulkan_structs.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderEnqueuePropertiesAMDX() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::PhysicalDeviceShaderEnqueuePropertiesAMDX ( uint32_t  maxExecutionGraphDepth_ = {},
uint32_t  maxExecutionGraphShaderOutputNodes_ = {},
uint32_t  maxExecutionGraphShaderPayloadSize_ = {},
uint32_t  maxExecutionGraphShaderPayloadCount_ = {},
uint32_t  executionGraphDispatchAddressAlignment_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 81971 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderEnqueuePropertiesAMDX() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::PhysicalDeviceShaderEnqueuePropertiesAMDX ( PhysicalDeviceShaderEnqueuePropertiesAMDX const &  rhs)
default

◆ PhysicalDeviceShaderEnqueuePropertiesAMDX() [3/3]

vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::PhysicalDeviceShaderEnqueuePropertiesAMDX ( VkPhysicalDeviceShaderEnqueuePropertiesAMDX const &  rhs)
inline

Definition at line 81988 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX &()

vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX & ( )
inline

Definition at line 82049 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX const &()

vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX const & ( ) const
inline

Definition at line 82044 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::operator!= ( PhysicalDeviceShaderEnqueuePropertiesAMDX const &  rhs) const
inline

Definition at line 82094 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceShaderEnqueuePropertiesAMDX& vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::operator= ( PhysicalDeviceShaderEnqueuePropertiesAMDX const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceShaderEnqueuePropertiesAMDX& vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::operator= ( VkPhysicalDeviceShaderEnqueuePropertiesAMDX const &  rhs)
inline

Definition at line 81996 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 82081 of file vulkan_structs.hpp.

◆ setExecutionGraphDispatchAddressAlignment()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDX& vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::setExecutionGraphDispatchAddressAlignment ( uint32_t  executionGraphDispatchAddressAlignment_)
inline

Definition at line 82037 of file vulkan_structs.hpp.

◆ setMaxExecutionGraphDepth()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDX& vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::setMaxExecutionGraphDepth ( uint32_t  maxExecutionGraphDepth_)
inline

Definition at line 82009 of file vulkan_structs.hpp.

◆ setMaxExecutionGraphShaderOutputNodes()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDX& vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::setMaxExecutionGraphShaderOutputNodes ( uint32_t  maxExecutionGraphShaderOutputNodes_)
inline

Definition at line 82016 of file vulkan_structs.hpp.

◆ setMaxExecutionGraphShaderPayloadCount()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDX& vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::setMaxExecutionGraphShaderPayloadCount ( uint32_t  maxExecutionGraphShaderPayloadCount_)
inline

Definition at line 82030 of file vulkan_structs.hpp.

◆ setMaxExecutionGraphShaderPayloadSize()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDX& vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::setMaxExecutionGraphShaderPayloadSize ( uint32_t  maxExecutionGraphShaderPayloadSize_)
inline

Definition at line 82023 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDX& vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::setPNext ( void *  pNext_)
inline

Definition at line 82003 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::allowDuplicate = false
static

Definition at line 81967 of file vulkan_structs.hpp.

◆ executionGraphDispatchAddressAlignment

uint32_t vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::executionGraphDispatchAddressAlignment = {}

Definition at line 82107 of file vulkan_structs.hpp.

◆ maxExecutionGraphDepth

uint32_t vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::maxExecutionGraphDepth = {}

Definition at line 82103 of file vulkan_structs.hpp.

◆ maxExecutionGraphShaderOutputNodes

uint32_t vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::maxExecutionGraphShaderOutputNodes = {}

Definition at line 82104 of file vulkan_structs.hpp.

◆ maxExecutionGraphShaderPayloadCount

uint32_t vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::maxExecutionGraphShaderPayloadCount = {}

Definition at line 82106 of file vulkan_structs.hpp.

◆ maxExecutionGraphShaderPayloadSize

uint32_t vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::maxExecutionGraphShaderPayloadSize = {}

Definition at line 82105 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::pNext = {}

Definition at line 82102 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::structureType = StructureType::ePhysicalDeviceShaderEnqueuePropertiesAMDX
static

Definition at line 81968 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderEnqueuePropertiesAMDX::sType = StructureType::ePhysicalDeviceShaderEnqueuePropertiesAMDX

Definition at line 82101 of file vulkan_structs.hpp.


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