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

Function CmdEndRenderingKHR

icd/generated/function_definitions.h:1763–1765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1761 // Not a CREATE or DESTROY function
1762}
1763static VKAPI_ATTR void VKAPI_CALL CmdEndRenderingKHR(VkCommandBuffer commandBuffer) {
1764 // Not a CREATE or DESTROY function
1765}
1766static VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceFeatures2KHR(VkPhysicalDevice physicalDevice,
1767 VkPhysicalDeviceFeatures2* pFeatures) {
1768 GetPhysicalDeviceFeatures(physicalDevice, &pFeatures->features);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected