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