VkDrmFormatModifierPropertiesEXT | NVK Search
  1. No Results
Categories
VkDrmFormatModifierPropertiesEXT Structure specifying properties of a format when combined with a DRM format modifier Syntax
drmFormatModifierPropertiesEXT = VkDrmFormatModifierPropertiesEXT();
drmFormatModifierPropertiesEXT = new VkDrmFormatModifierPropertiesEXT();
drmFormatModifierPropertiesEXT = new VkDrmFormatModifierPropertiesEXT(object);
Stub read-only Properties VkDrmFormatModifierPropertiesEXT.prototype.drmFormatModifier BigInt Number is a _Linux DRM format modifier_. VkDrmFormatModifierPropertiesEXT.prototype.drmFormatModifierPlaneCount Number is the number of _memory planes_ in any image created with format and drmFormatModifier. An image's _memory planecount_ is distinct from its _format planecount_, as explained below. VkDrmFormatModifierPropertiesEXT.prototype.drmFormatModifierTilingFeatures VkFormatFeatureFlagBits is a bitmask of VkFormatFeatureFlagBits that are supported by any image created with format and drmFormatModifier. Default Properties VkDrmFormatModifierPropertiesEXT.prototype.memoryBuffer ArrayBuffer Native memory reference of the structure. VkDrmFormatModifierPropertiesEXT.memoryLayout Object Object describing the structure's memory layout. VkDrmFormatModifierPropertiesEXT.byteLength Number Total native byte length of the structure. Internal Properties These properties are mainly used by nvk internally. VkDrmFormatModifierPropertiesEXT.reset Resets the native memory of the structure. VkDrmFormatModifierPropertiesEXT.flush Writes the structure's data into the native memory. VkDrmFormatModifierPropertiesEXT.reflect Synchronizes the structure's data with the native memory.