• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (c) 2018-2021 NVIDIA Corporation
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_NVX_binary_import.txt[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2021-04-09
11*Contributors*::
12  - Eric Werness, NVIDIA
13  - Liam Middlebrook, NVIDIA
14
15=== Description
16
17This extension allows applications to import CuBIN binaries and execute
18them.
19
20ifdef::EXTENSION_UNDEFINED[]
21include::{generated}/interfaces/VK_NVX_binary_import.txt[]
22endif::EXTENSION_UNDEFINED[]
23
24ifndef::EXTENSION_UNDEFINED[]
25// The anchor is added here as a landing place for a reference from
26// the autogenerated section of the features chapter, until spec
27// language is written.
28[[vkCmdCuLaunchKernelNVX]]
29[NOTE]
30.Note
31====
32There is currently no specification language written for this extension, so
33although it appears in the Vulkan headers, its interfaces are not summarized
34here.
35====
36endif::EXTENSION_UNDEFINED[]
37
38=== Version History
39
40  * Revision 1, 2021-04-09 (Eric Werness)
41    - Internal revisions
42