VkImageSubresourceLayers | NVK Search
  1. No Results
Categories
VkImageSubresourceLayers Structure specifying an image subresource layers Syntax
imageSubresourceLayers = VkImageSubresourceLayers();
imageSubresourceLayers = new VkImageSubresourceLayers();
imageSubresourceLayers = new VkImageSubresourceLayers(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkImageSubresourceLayers.prototype.aspectMask VkImageAspectFlagBits is a combination of VkImageAspectFlagBits, selecting the color, depth and/or stencil aspects to be copied. VkImageSubresourceLayers.prototype.mipLevel Number is the mipmap level to copy from. VkImageSubresourceLayers.prototype.baseArrayLayer Number VkImageSubresourceLayers.prototype.layerCount Number are the starting layer and number of layers to copy. Default Properties VkImageSubresourceLayers.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkImageSubresourceLayers.memoryLayout Object Object describing the structure's memory layout. VkImageSubresourceLayers.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkImageSubresourceLayers.reset Resets the native memory of the structure. VkImageSubresourceLayers.flush Writes the structure's data into the native memory. VkImageSubresourceLayers.reflect Synchronizes the structure's data with the native memory.