| 1237 | // Not a CREATE or DESTROY function |
| 1238 | } |
| 1239 | static VKAPI_ATTR void VKAPI_CALL CmdCopyImageToBuffer2(VkCommandBuffer commandBuffer, |
| 1240 | const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo) { |
| 1241 | // Not a CREATE or DESTROY function |
| 1242 | } |
| 1243 | static VKAPI_ATTR void VKAPI_CALL GetDeviceBufferMemoryRequirements(VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, |
| 1244 | VkMemoryRequirements2* pMemoryRequirements) { |
| 1245 | // TODO: Just hard-coding reqs for now |
nothing calls this directly
no outgoing calls
no test coverage detected