MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdSetViewportWithCount

Function CmdSetViewportWithCount

icd/generated/function_definitions.h:1296–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294 // Not a CREATE or DESTROY function
1295}
1296static VKAPI_ATTR void VKAPI_CALL CmdSetViewportWithCount(VkCommandBuffer commandBuffer, uint32_t viewportCount,
1297 const VkViewport* pViewports) {
1298 // Not a CREATE or DESTROY function
1299}
1300static VKAPI_ATTR void VKAPI_CALL CmdSetScissorWithCount(VkCommandBuffer commandBuffer, uint32_t scissorCount,
1301 const VkRect2D* pScissors) {
1302 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected