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

Function CmdSetScissor

icd/generated/function_definitions.h:889–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887 // Not a CREATE or DESTROY function
888}
889static VKAPI_ATTR void VKAPI_CALL CmdSetScissor(VkCommandBuffer commandBuffer, uint32_t firstScissor, uint32_t scissorCount,
890 const VkRect2D* pScissors) {
891 // Not a CREATE or DESTROY function
892}
893static VKAPI_ATTR void VKAPI_CALL CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) {
894 // Not a CREATE or DESTROY function
895}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected