C Specification
To disable per-tile execution model, call:
// Provided by VK_QCOM_tile_shading
void vkCmdEndPerTileExecutionQCOM(
VkCommandBuffer commandBuffer,
const VkPerTileEndInfoQCOM* pPerTileEndInfo);
Parameters
-
commandBuffer
is the command buffer in which to record the command. -
pPerTileEndInfo
is a pointer to a VkPerTileEndInfoQCOM structure containing information about how the per-tile execution model is ended.
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.