class ExternalComputeQueueNV

Defined at line 10245 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

=== VK_NV_external_compute_queue ===

Public Members

static ObjectType objectType
static DebugReportObjectTypeEXT debugReportObjectType

Public Methods

void ExternalComputeQueueNV ()

Defined at line 10255 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

void ExternalComputeQueueNV (const ExternalComputeQueueNV & rhs)

Defined at line 10257 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

ExternalComputeQueueNV & operator= (const ExternalComputeQueueNV & rhs)

Defined at line 10258 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

void ExternalComputeQueueNV (ExternalComputeQueueNV && rhs)

Defined at line 10261 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

ExternalComputeQueueNV & operator= (ExternalComputeQueueNV && rhs)

Defined at line 10262 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

void ExternalComputeQueueNV (std::nullptr_t )

Defined at line 10273 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

void ExternalComputeQueueNV (VkExternalComputeQueueNV externalComputeQueueNV)

Defined at line 10275 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

ExternalComputeQueueNV & operator= (VkExternalComputeQueueNV externalComputeQueueNV)

Defined at line 10277 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

ExternalComputeQueueNV & operator= (std::nullptr_t )

Defined at line 10283 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

VkExternalComputeQueueNV operator VkExternalComputeQueueNV_T * ()

Defined at line 10307 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

bool operator bool ()

Defined at line 10312 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

bool operator! ()

Defined at line 10317 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_handles.hpp

template <typename Dispatch                                                                     = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE, typename std::enable_if<IS_DISPATCHED( vkGetExternalComputeQueueDataNV ), bool>::type = true>
void getData (ExternalComputeQueueDataParamsNV * params, void * pData, const Dispatch & d)

wrapper function for command vkGetExternalComputeQueueDataNV, see

https://registry.khronos.org/vulkan/specs/latest/man/html/vkGetExternalComputeQueueDataNV.html

Defined at line 31562 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_funcs.hpp

template <typename DataType, typename Dispatch                                                                     = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE, typename std::enable_if<IS_DISPATCHED( vkGetExternalComputeQueueDataNV ), bool>::type = true>
std::pair<ExternalComputeQueueDataParamsNV, DataType> getData (const Dispatch & d)

wrapper function for command vkGetExternalComputeQueueDataNV, see

https://registry.khronos.org/vulkan/specs/latest/man/html/vkGetExternalComputeQueueDataNV.html

Defined at line 31574 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_funcs.hpp