| 360 | return VK_SUCCESS; |
| 361 | } |
| 362 | static VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, |
| 363 | VkDeviceSize memoryOffset) { |
| 364 | // Not a CREATE or DESTROY function |
| 365 | return VK_SUCCESS; |
| 366 | } |
| 367 | static VKAPI_ATTR void VKAPI_CALL GetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, |
| 368 | VkMemoryRequirements* pMemoryRequirements) { |
| 369 | // TODO: Just hard-coding reqs for now |
nothing calls this directly
no outgoing calls
no test coverage detected