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

Function BindBufferMemory

icd/generated/function_definitions.h:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 // Not a CREATE or DESTROY function
356}
357static VKAPI_ATTR VkResult VKAPI_CALL BindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory,
358 VkDeviceSize memoryOffset) {
359 // Not a CREATE or DESTROY function
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected