VkImageFormatProperties | NVK Search
  1. No Results
Categories
VkImageFormatProperties Structure specifying an image format properties Syntax
imageFormatProperties = VkImageFormatProperties();
imageFormatProperties = new VkImageFormatProperties();
imageFormatProperties = new VkImageFormatProperties(object);
Stub read-only Properties VkImageFormatProperties.prototype.maxExtent VkExtent3D are the maximum image dimensions. See the <> section below for how these values are constrained by type. VkImageFormatProperties.prototype.maxMipLevels Number is the maximum number of mipmap levels. maxMipLevels must be equal to the number of levels in the complete mipmap chain based on the [eq]#maxExtent.width#, [eq]#maxExtent.height#, and [eq]#maxExtent.depth#, except when one of the following conditions is true, in which case it may instead be `1`: VkImageFormatProperties.prototype.maxArrayLayers Number VkImageFormatProperties.prototype.sampleCounts VkSampleCountFlagBits VkImageFormatProperties.prototype.maxResourceSize BigInt Number Default Properties VkImageFormatProperties.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkImageFormatProperties.memoryLayout Object Object describing the structure's memory layout. VkImageFormatProperties.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkImageFormatProperties.reset Resets the native memory of the structure. VkImageFormatProperties.flush Writes the structure's data into the native memory. VkImageFormatProperties.reflect Synchronizes the structure's data with the native memory.