Skip to content

Commit

Permalink
Merge pull request godotengine#87247 from bruvzg/win_remove_dxil_check
Browse files Browse the repository at this point in the history
[Windows] Remove `dxc_path` check.
  • Loading branch information
akien-mga committed Jan 16, 2024
2 parents 079d58b + f3a24e0 commit 35aee0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform/windows/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,6 @@ def configure_msvc(env, vcvars_msvc_config):
LIBS += ["vulkan"]

if env["d3d12"]:
if env["dxc_path"] == "":
print("The Direct3D 12 rendering driver requires dxc_path to be set.")
sys.exit(255)

env.AppendUnique(CPPDEFINES=["D3D12_ENABLED", "RD_ENABLED"])
LIBS += ["d3d12", "dxgi", "dxguid"]
LIBS += ["version"] # Mesa dependency.
Expand Down

0 comments on commit 35aee0e

Please sign in to comment.