C Specification
To query the support of related features and limitations, call:
void vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX(
VkPhysicalDevice physicalDevice,
VkDeviceGeneratedCommandsFeaturesNVX* pFeatures,
VkDeviceGeneratedCommandsLimitsNVX* pLimits);
Parameters
-
physicalDevice
is the handle to the physical device whose properties will be queried. -
pFeatures
is a pointer to a VkDeviceGeneratedCommandsFeaturesNVX structure in which features are returned. -
pLimits
is a pointer to a VkDeviceGeneratedCommandsLimitsNVX structure in which limitations are returned.
Description
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-2019 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.