VkSubresourceLayout | NVK Search
  1. No Results
Categories
VkSubresourceLayout Structure specifying subresource layout Syntax
subresourceLayout = VkSubresourceLayout();
subresourceLayout = new VkSubresourceLayout();
subresourceLayout = new VkSubresourceLayout(object);
Stub read-only Properties VkSubresourceLayout.prototype.offset BigInt Number is the byte offset from the start of the image or the plane VkSubresourceLayout.prototype.size BigInt Number VkSubresourceLayout.prototype.rowPitch BigInt Number VkSubresourceLayout.prototype.arrayPitch BigInt Number VkSubresourceLayout.prototype.depthPitch BigInt Number Default Properties VkSubresourceLayout.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkSubresourceLayout.memoryLayout Object Object describing the structure's memory layout. VkSubresourceLayout.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkSubresourceLayout.reset Resets the native memory of the structure. VkSubresourceLayout.flush Writes the structure's data into the native memory. VkSubresourceLayout.reflect Synchronizes the structure's data with the native memory.