VkBufferImageCopy | NVK Search
  1. No Results
Categories
VkBufferImageCopy Structure specifying a buffer image copy operation Syntax
bufferImageCopy = VkBufferImageCopy();
bufferImageCopy = new VkBufferImageCopy();
bufferImageCopy = new VkBufferImageCopy(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkBufferImageCopy.prototype.bufferOffset BigInt Number is the offset in bytes from the start of the buffer object where the image data is copied from or to. VkBufferImageCopy.prototype.bufferRowLength Number VkBufferImageCopy.prototype.bufferImageHeight Number specify in texels a subregion of a larger two- or three-dimensional image in buffer memory, and control the addressing calculations. If either of these values is zero, that aspect of the buffer memory is considered to be tightly packed according to the imageExtent. VkBufferImageCopy.prototype.imageSubresource VkImageSubresourceLayers is a VkImageSubresourceLayers used to specify the specific image subresources of the image used for the source or destination image data. VkBufferImageCopy.prototype.imageOffset VkOffset3D VkBufferImageCopy.prototype.imageExtent VkExtent3D is the size in texels of the image to copy in width, height and depth. Default Properties VkBufferImageCopy.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkBufferImageCopy.memoryLayout Object Object describing the structure's memory layout. VkBufferImageCopy.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkBufferImageCopy.reset Resets the native memory of the structure. VkBufferImageCopy.flush Writes the structure's data into the native memory. VkBufferImageCopy.reflect Synchronizes the structure's data with the native memory.