VkImageBlit | NVK Search
  1. No Results
Categories
VkImageBlit Structure specifying an image blit operation Syntax
imageBlit = VkImageBlit();
imageBlit = new VkImageBlit();
imageBlit = new VkImageBlit(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkImageBlit.prototype.srcSubresource VkImageSubresourceLayers is the subresource to blit from. VkImageBlit.prototype.srcOffsets Array[VkOffset3D] is an array of two VkOffset3D structures specifying the bounds of the source region within srcSubresource. VkImageBlit.prototype.dstSubresource VkImageSubresourceLayers is the subresource to blit into. VkImageBlit.prototype.dstOffsets Array[VkOffset3D] is an array of two VkOffset3D structures specifying the bounds of the destination region within dstSubresource. Default Properties VkImageBlit.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkImageBlit.memoryLayout Object Object describing the structure's memory layout. VkImageBlit.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkImageBlit.reset Resets the native memory of the structure. VkImageBlit.flush Writes the structure's data into the native memory. VkImageBlit.reflect Synchronizes the structure's data with the native memory.