C Specification
If a pipeline state object is created with
VK_DYNAMIC_STATE_VIEWPORT_SHADING_RATE_PALETTE_NV
enabled, the
per-viewport shading rate image palettes are set by the command:
void vkCmdSetViewportShadingRatePaletteNV(
VkCommandBuffer commandBuffer,
uint32_t firstViewport,
uint32_t viewportCount,
const VkShadingRatePaletteNV* pShadingRatePalettes);
Parameters
-
commandBuffer
is the command buffer into which the command will be recorded. -
firstViewport
is the index of the first viewport whose shading rate palette is updated by the command. -
viewportCount
is the number of viewports whose shading rate palettes are updated by the command. -
pShadingRatePalettes
is a pointer to an array of VkShadingRatePaletteNV structures defining the palette for each viewport.
Description
See Also
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.