VkImageDrmFormatModifierListCreateInfoEXT | NVK Search
  1. No Results
Categories
VkImageDrmFormatModifierListCreateInfoEXT Specify that an image must be created with a DRM format modifier from the provided list Syntax
imageDrmFormatModifierListEXTInfo = VkImageDrmFormatModifierListCreateInfoEXT();
imageDrmFormatModifierListEXTInfo = new VkImageDrmFormatModifierListCreateInfoEXT();
imageDrmFormatModifierListEXTInfo = new VkImageDrmFormatModifierListCreateInfoEXT(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkImageDrmFormatModifierListCreateInfoEXT.prototype.sType VkStructureType is the type of this structure. VkImageDrmFormatModifierListCreateInfoEXT.prototype.pNext null is null or a reference to an extension-specific structure. VkImageDrmFormatModifierListCreateInfoEXT.prototype.drmFormatModifierCount Number is the length of the pDrmFormatModifiers array. VkImageDrmFormatModifierListCreateInfoEXT.prototype.pDrmFormatModifiers BigUint64Array is an array of _Linux DRM format modifiers_. Default Properties VkImageDrmFormatModifierListCreateInfoEXT.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkImageDrmFormatModifierListCreateInfoEXT.memoryLayout Object Object describing the structure's memory layout. VkImageDrmFormatModifierListCreateInfoEXT.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkImageDrmFormatModifierListCreateInfoEXT.reset Resets the native memory of the structure. VkImageDrmFormatModifierListCreateInfoEXT.flush Writes the structure's data into the native memory. VkImageDrmFormatModifierListCreateInfoEXT.reflect Synchronizes the structure's data with the native memory.