// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry ifndef::doctype-manpage[] .Valid Usage ******************************************************************************** endif::doctype-manpage[] ifdef::doctype-manpage[] Valid Usage ----------- endif::doctype-manpage[] * pname:sType must: be ename:VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO * pname:pNext must: be `NULL` * pname:flags must: be `0` * The value of pname:viewportCount must: be greater than `0` * The value of pname:scissorCount must: be greater than `0` * If the <> feature is not enabled, pname:viewportCount must: be `1` * If the <> feature is not enabled, pname:scissorCount must: be `1` * pname:viewportCount must: be between `1` and sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive * pname:scissorCount must: be between `1` and sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive * The values of pname:scissorCount and pname:viewportCount must: be identical ifndef::doctype-manpage[] ******************************************************************************** endif::doctype-manpage[]