VkPhysicalDeviceSparseProperties | NVK Search
  1. No Results
Categories
VkPhysicalDeviceSparseProperties Structure specifying physical device sparse memory properties Syntax
physicalDeviceSparseProperties = new VkPhysicalDeviceSparseProperties();
Stub read-only Properties VkPhysicalDeviceSparseProperties.prototype.residencyStandard2DBlockShape Boolean VkPhysicalDeviceSparseProperties.prototype.residencyStandard2DMultisampleBlockShape Boolean VkPhysicalDeviceSparseProperties.prototype.residencyStandard3DBlockShape Boolean VkPhysicalDeviceSparseProperties.prototype.residencyAlignedMipSize Boolean VkPhysicalDeviceSparseProperties.prototype.residencyNonResidentStrict Boolean specifies whether the physical device can consistently access non-resident regions of a resource. If this property is VK_TRUE, access to non-resident regions of resources will be guaranteed to return values as if the resource were populated with 0; writes to non-resident regions will be discarded. Default Properties VkPhysicalDeviceSparseProperties.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkPhysicalDeviceSparseProperties.memoryLayout Object Object describing this structure's memory layout. VkPhysicalDeviceSparseProperties.byteLength Number Total native byte length of this structure.