VkPhysicalDeviceImageFormatInfo2 | NVK Search
  1. No Results
Categories
VkPhysicalDeviceImageFormatInfo2 Structure specifying image creation parameters Syntax
physicalDeviceImageFormatInfo2Info = VkPhysicalDeviceImageFormatInfo2();
physicalDeviceImageFormatInfo2Info = new VkPhysicalDeviceImageFormatInfo2();
physicalDeviceImageFormatInfo2Info = new VkPhysicalDeviceImageFormatInfo2(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkPhysicalDeviceImageFormatInfo2.prototype.sType VkStructureType VkPhysicalDeviceImageFormatInfo2.prototype.pNext null VkPhysicalDeviceImageFormatInfo2.prototype.format VkFormat VkPhysicalDeviceImageFormatInfo2.prototype.type VkImageType VkPhysicalDeviceImageFormatInfo2.prototype.tiling VkImageTiling VkPhysicalDeviceImageFormatInfo2.prototype.usage VkImageUsageFlagBits VkPhysicalDeviceImageFormatInfo2.prototype.flags VkImageCreateFlagBits Default Properties VkPhysicalDeviceImageFormatInfo2.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkPhysicalDeviceImageFormatInfo2.memoryLayout Object Object describing the structure's memory layout. VkPhysicalDeviceImageFormatInfo2.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkPhysicalDeviceImageFormatInfo2.reset Resets the native memory of the structure. VkPhysicalDeviceImageFormatInfo2.flush Writes the structure's data into the native memory. VkPhysicalDeviceImageFormatInfo2.reflect Synchronizes the structure's data with the native memory.