VkImageDrmFormatModifierExplicitCreateInfoEXT | NVK Search
  1. No Results
Categories
VkImageDrmFormatModifierExplicitCreateInfoEXT Specify that an image be created with the provided DRM format modifier and explicit memory layout Syntax
imageDrmFormatModifierExplicitEXTInfo = VkImageDrmFormatModifierExplicitCreateInfoEXT();
imageDrmFormatModifierExplicitEXTInfo = new VkImageDrmFormatModifierExplicitCreateInfoEXT();
imageDrmFormatModifierExplicitEXTInfo = new VkImageDrmFormatModifierExplicitCreateInfoEXT(object);
Stub Parameters object When instantiated with an object, members can be filled directly. Properties VkImageDrmFormatModifierExplicitCreateInfoEXT.prototype.sType VkStructureType is the type of this structure. VkImageDrmFormatModifierExplicitCreateInfoEXT.prototype.pNext null is null or a reference to an extension-specific structure. VkImageDrmFormatModifierExplicitCreateInfoEXT.prototype.drmFormatModifier BigInt Number is the _Linux DRM format modifier_ with which the image will be created. VkImageDrmFormatModifierExplicitCreateInfoEXT.prototype.drmFormatModifierPlaneCount Number is the number of _memory planes_ in the image (as reported by VkDrmFormatModifierPropertiesEXT) as well as the length of the pPlaneLayouts array. VkImageDrmFormatModifierExplicitCreateInfoEXT.prototype.pPlaneLayouts Array[VkSubresourceLayout] is an array of VkSubresourceLayout structures describing the image's _memory planes_. Default Properties VkImageDrmFormatModifierExplicitCreateInfoEXT.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkImageDrmFormatModifierExplicitCreateInfoEXT.memoryLayout Object Object describing the structure's memory layout. VkImageDrmFormatModifierExplicitCreateInfoEXT.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkImageDrmFormatModifierExplicitCreateInfoEXT.reset Resets the native memory of the structure. VkImageDrmFormatModifierExplicitCreateInfoEXT.flush Writes the structure's data into the native memory. VkImageDrmFormatModifierExplicitCreateInfoEXT.reflect Synchronizes the structure's data with the native memory.