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

Function GetValidationCacheDataEXT

icd/generated/function_definitions.h:3311–3315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3309 return VK_SUCCESS;
3310}
3311static VKAPI_ATTR VkResult VKAPI_CALL GetValidationCacheDataEXT(VkDevice device, VkValidationCacheEXT validationCache,
3312 size_t* pDataSize, void* pData) {
3313 // Not a CREATE or DESTROY function
3314 return VK_SUCCESS;
3315}
3316static VKAPI_ATTR void VKAPI_CALL CmdBindShadingRateImageNV(VkCommandBuffer commandBuffer, VkImageView imageView,
3317 VkImageLayout imageLayout) {
3318 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected