VkBlitImageInfo2KHR | NVK Search
  1. No Results
Categories
VkBlitImageInfo2KHR Structure specifying parameters of blit image command Syntax
blitImageInfo2KHRInfo = VkBlitImageInfo2KHR();
blitImageInfo2KHRInfo = new VkBlitImageInfo2KHR();
blitImageInfo2KHRInfo = new VkBlitImageInfo2KHR(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkBlitImageInfo2KHR.prototype.sType VkStructureType is the type of this structure. VkBlitImageInfo2KHR.prototype.pNext null is null or a reference to a structure extending this structure. VkBlitImageInfo2KHR.prototype.srcImage VkImage is the source image. VkBlitImageInfo2KHR.prototype.srcImageLayout VkImageLayout is the layout of the source image subresources for the blit. VkBlitImageInfo2KHR.prototype.dstImage VkImage is the destination image. VkBlitImageInfo2KHR.prototype.dstImageLayout VkImageLayout is the layout of the destination image subresources for the blit. VkBlitImageInfo2KHR.prototype.regionCount Number is the number of regions to blit. VkBlitImageInfo2KHR.prototype.pRegions Array[VkImageBlit2KHR] is an array of VkImageBlit2KHR structures specifying the regions to blit. VkBlitImageInfo2KHR.prototype.filter VkFilter is a VkFilter specifying the filter to apply if the blits require scaling. Default Properties VkBlitImageInfo2KHR.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkBlitImageInfo2KHR.memoryLayout Object Object describing the structure's memory layout. VkBlitImageInfo2KHR.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkBlitImageInfo2KHR.reset Resets the native memory of the structure. VkBlitImageInfo2KHR.flush Writes the structure's data into the native memory. VkBlitImageInfo2KHR.reflect Synchronizes the structure's data with the native memory.