Fixup merge
This commit is contained in:
parent
5c8b690d66
commit
e5fddf2c67
1 changed files with 3 additions and 1 deletions
|
@ -432,7 +432,9 @@ int main(int argc, char* argv[]) {
|
||||||
|
|
||||||
// determine gfx context at the beginning
|
// determine gfx context at the beginning
|
||||||
#ifdef ENABLE_DX12
|
#ifdef ENABLE_DX12
|
||||||
try_initialize<gfx_dx12>();
|
gfx_backend_order.emplace_back(gfx_backend_initializer{"dx12", []{
|
||||||
|
try_initialize<gfx_dx12>();
|
||||||
|
}});
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_METAL
|
#ifdef ENABLE_METAL
|
||||||
|
|
Reference in a new issue