• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkGetDeviceMemoryCommitment,vkGetDeviceMemoryCommitment]]
3[source,c++]
4----
5void vkGetDeviceMemoryCommitment(
6    VkDevice                                    device,
7    VkDeviceMemory                              memory,
8    VkDeviceSize*                               pCommittedMemoryInBytes);
9----
10