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

Function GetDeviceMemoryCommitment

icd/generated/function_definitions.h:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 return VK_SUCCESS;
352}
353static VKAPI_ATTR void VKAPI_CALL GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory,
354 VkDeviceSize* pCommittedMemoryInBytes) {
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected