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

Function BindImageMemory

icd/generated/function_definitions.h:362–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 return VK_SUCCESS;
361}
362static 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}
367static VKAPI_ATTR void VKAPI_CALL GetBufferMemoryRequirements(VkDevice device, VkBuffer buffer,
368 VkMemoryRequirements* pMemoryRequirements) {
369 // TODO: Just hard-coding reqs for now

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected