| 351 | return VK_SUCCESS; |
| 352 | } |
| 353 | static VKAPI_ATTR void VKAPI_CALL GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, |
| 354 | VkDeviceSize* pCommittedMemoryInBytes) { |
| 355 | // Not a CREATE or DESTROY function |
| 356 | } |
| 357 | static VKAPI_ATTR VkResult VKAPI_CALL BindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, |
| 358 | VkDeviceSize memoryOffset) { |
| 359 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected