C Specification
The VkIndirectCommandsStreamNV
structure specifies the input data for
one or more tokens at processing time.
typedef struct VkIndirectCommandsStreamNV {
VkBuffer buffer;
VkDeviceSize offset;
} VkIndirectCommandsStreamNV;
Members
-
buffer
specifies the VkBuffer storing the functional arguments for each sequence. These arguments can be written by the device. -
offset
specified an offset intobuffer
where the arguments start.
See Also
VkBuffer, VkDeviceSize
, VkGeneratedCommandsInfoNV
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright (c) 2014-2020 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.