| 1211 | return VK_SUCCESS; |
| 1212 | } |
| 1213 | static VKAPI_ATTR void VKAPI_CALL GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, |
| 1214 | VkPrivateDataSlot privateDataSlot, uint64_t* pData) { |
| 1215 | // Not a CREATE or DESTROY function |
| 1216 | } |
| 1217 | static VKAPI_ATTR void VKAPI_CALL CmdPipelineBarrier2(VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) { |
| 1218 | // Not a CREATE or DESTROY function |
| 1219 | } |
nothing calls this directly
no outgoing calls
no test coverage detected