MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / GetD3D12CorePath

Function GetD3D12CorePath

Source/Backends/DX12/Layer/Source/Device.cpp:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

GetBaseModuleDirectoryFunction · 0.85

Tested by

no test coverage detected