VkImageCopy | NVK Search
  1. No Results
Categories
VkImageCopy Structure specifying an image copy operation Syntax
imageCopy = VkImageCopy();
imageCopy = new VkImageCopy();
imageCopy = new VkImageCopy(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkImageCopy.prototype.srcSubresource VkImageSubresourceLayers VkImageCopy.prototype.srcOffset VkOffset3D VkImageCopy.prototype.dstSubresource VkImageSubresourceLayers are VkImageSubresourceLayers structures specifying the image subresources of the images used for the source and destination image data, respectively. VkImageCopy.prototype.dstOffset VkOffset3D VkImageCopy.prototype.extent VkExtent3D Default Properties VkImageCopy.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkImageCopy.memoryLayout Object Object describing the structure's memory layout. VkImageCopy.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkImageCopy.reset Resets the native memory of the structure. VkImageCopy.flush Writes the structure's data into the native memory. VkImageCopy.reflect Synchronizes the structure's data with the native memory.