Skip to content

graphics: Write out exactly the original content of Vulkan/EGL driver manifests

Simon McVittie requested to merge wip/smcv/repeat-original into main

Follow-up for !595 (merged), originally part of !602 (merged).

/cc @denittis


  • graphics: Write out exactly the original content, if known

    Originally part of !602 (merged), follow-up for !595 (merged). Since we now have the original content of the JSON manifest in memory for Vulkan and EGL drivers (and EGL external platforms), we might we might as well write it out directly, instead of re-serializing it.

  • tests: Assert that srt_vulkan_icd_write_to_file copies original content

Edited by Simon McVittie

Merge request reports