• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkFlushMappedMemoryRanges,vkFlushMappedMemoryRanges]]
3[source,c++]
4----
5VkResult vkFlushMappedMemoryRanges(
6    VkDevice                                    device,
7    uint32_t                                    memoryRangeCount,
8    const VkMappedMemoryRange*                  pMemoryRanges);
9----
10