// Copyright (c) 2018-2021 NVIDIA Corporation // // SPDX-License-Identifier: CC-BY-4.0 include::{generated}/meta/{refprefix}VK_NVX_binary_import.txt[] === Other Extension Metadata *Last Modified Date*:: 2021-04-09 *Contributors*:: - Eric Werness, NVIDIA - Liam Middlebrook, NVIDIA === Description This extension allows applications to import CuBIN binaries and execute them. [NOTE] .Note ==== There is currently no specification language written for this extension. The links to APIs defined by the extension are to stubs that only include generated content such as API declarations and implicit valid usage statements. ==== include::{generated}/interfaces/VK_NVX_binary_import.txt[] ifndef::isrefpage[] === Stub API References [open,refpage='VkCuFunctionNVX',desc='Stub description of VkCuFunctionNVX',type='handles'] -- There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/handles/VkCuFunctionNVX.txt[] -- [open,refpage='VkCuModuleNVX',desc='Stub description of VkCuModuleNVX',type='handles'] -- There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/handles/VkCuModuleNVX.txt[] -- [open,refpage='vkCreateCuFunctionNVX',desc='Stub description of vkCreateCuFunctionNVX',type='protos'] -- There is currently no specification language written for this command. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/protos/vkCreateCuFunctionNVX.txt[] include::{generated}/validity/protos/vkCreateCuFunctionNVX.txt[] -- [open,refpage='VkCuFunctionCreateInfoNVX',desc='Stub description of VkCuFunctionCreateInfoNVX',type='structs'] -- There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/structs/VkCuFunctionCreateInfoNVX.txt[] include::{generated}/validity/structs/VkCuFunctionCreateInfoNVX.txt[] -- [open,refpage='vkDestroyCuFunctionNVX',desc='Stub description of vkDestroyCuFunctionNVX',type='protos'] -- There is currently no specification language written for this command. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/protos/vkDestroyCuFunctionNVX.txt[] include::{generated}/validity/protos/vkDestroyCuFunctionNVX.txt[] -- [open,refpage='vkCreateCuModuleNVX',desc='Stub description of vkCreateCuModuleNVX',type='protos'] -- There is currently no specification language written for this command. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/protos/vkCreateCuModuleNVX.txt[] include::{generated}/validity/protos/vkCreateCuModuleNVX.txt[] -- [open,refpage='VkCuModuleCreateInfoNVX',desc='Stub description of VkCuModuleCreateInfoNVX',type='structs'] -- There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/structs/VkCuModuleCreateInfoNVX.txt[] include::{generated}/validity/structs/VkCuModuleCreateInfoNVX.txt[] -- [open,refpage='vkDestroyCuModuleNVX',desc='Stub description of vkDestroyCuModuleNVX',type='protos'] -- There is currently no specification language written for this command. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/protos/vkDestroyCuModuleNVX.txt[] include::{generated}/validity/protos/vkDestroyCuModuleNVX.txt[] -- [open,refpage='vkCmdCuLaunchKernelNVX',desc='Stub description of vkCmdCuLaunchKernelNVX',type='protos'] -- There is currently no specification language written for this command. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/protos/vkCmdCuLaunchKernelNVX.txt[] include::{generated}/validity/protos/vkCmdCuLaunchKernelNVX.txt[] -- [open,refpage='VkCuLaunchInfoNVX',desc='Stub description of VkCuLaunchInfoNVX',type='structs'] -- There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages. include::{generated}/api/structs/VkCuLaunchInfoNVX.txt[] include::{generated}/validity/structs/VkCuLaunchInfoNVX.txt[] -- endif::isrefpage[] === Version History * Revision 1, 2021-04-09 (Eric Werness) - Internal revisions