| 504 | } |
| 505 | |
| 506 | static std::filesystem::path GetD3D12CorePath() { |
| 507 | return GetBaseModuleDirectory() / "Dependencies" / "D3D12"; |
| 508 | } |
| 509 | |
| 510 | void ConditionallyCreateDeviceFactory() { |
| 511 | ID3D12SDKConfiguration1* sdkConfig{nullptr}; |
no test coverage detected