C Specification
To set parameters that affect dispatch commands, call:
// Provided by VK_ARM_scheduling_controls
void vkCmdSetDispatchParametersARM(
VkCommandBuffer commandBuffer,
const VkDispatchParametersARM* pDispatchParameters);
Parameters
-
commandBufferis the command buffer into which the command will be recorded. -
pDispatchParametersis a pointer to a VkDispatchParametersARM structure specifying the dispatch parameters to be set.
Description
Parameters set using vkCmdSetDispatchParametersARM affect the
following dispatch commands:
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.