Skip to content

dzn: Set factory flags before creating device

Jesse Natalie requested to merge jenatali/mesa:dzn-factory-flags into main

I got this in d3d12 but missed it in dzn. Can cause device creation to fail if (for example) d3d12 was already initialized and enabled the debug layer on a driver that doesn't support independent devices.

Merge request reports