VkImageSubresource | NVK Search
  1. No Results
Categories
VkImageSubresource Structure specifying an image subresource Syntax
imageSubresource = VkImageSubresource();
imageSubresource = new VkImageSubresource();
imageSubresource = new VkImageSubresource(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkImageSubresource.prototype.aspectMask VkImageAspectFlagBits is a VkImageAspectFlags selecting the image _aspect_. VkImageSubresource.prototype.mipLevel Number selects the mipmap level. VkImageSubresource.prototype.arrayLayer Number selects the array layer. Default Properties VkImageSubresource.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkImageSubresource.memoryLayout Object Object describing the structure's memory layout. VkImageSubresource.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkImageSubresource.reset Resets the native memory of the structure. VkImageSubresource.flush Writes the structure's data into the native memory. VkImageSubresource.reflect Synchronizes the structure's data with the native memory.