• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkBufferCopy,VkBufferCopy]]
3[source,c++]
4----
5typedef struct VkBufferCopy {
6    VkDeviceSize    srcOffset;
7    VkDeviceSize    dstOffset;
8    VkDeviceSize    size;
9} VkBufferCopy;
10----
11