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

Function CmdBeginRenderPass

icd/generated/function_definitions.h:962–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960 // Not a CREATE or DESTROY function
961}
962static VKAPI_ATTR void VKAPI_CALL CmdBeginRenderPass(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin,
963 VkSubpassContents contents) {
964 // Not a CREATE or DESTROY function
965}
966static VKAPI_ATTR void VKAPI_CALL CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) {
967 // Not a CREATE or DESTROY function
968}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected