VkImageFormatProperties2 | NVK Search
  1. No Results
Categories
VkImageFormatProperties2 Structure specifying an image format properties Syntax
imageFormatProperties2 = VkImageFormatProperties2();
imageFormatProperties2 = new VkImageFormatProperties2();
imageFormatProperties2 = new VkImageFormatProperties2(object);
Stub read-only Properties VkImageFormatProperties2.prototype.sType VkStructureType VkImageFormatProperties2.prototype.pNext null VkImageFormatProperties2.prototype.imageFormatProperties VkImageFormatProperties Default Properties VkImageFormatProperties2.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkImageFormatProperties2.memoryLayout Object Object describing the structure's memory layout. VkImageFormatProperties2.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkImageFormatProperties2.reset Resets the native memory of the structure. VkImageFormatProperties2.flush Writes the structure's data into the native memory. VkImageFormatProperties2.reflect Synchronizes the structure's data with the native memory.