We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898df1a commit 7c7a3efCopy full SHA for 7c7a3ef
.github/workflows/scripts/ti_build/entry.py
@@ -82,8 +82,8 @@ def setup_basic_build_env():
82
setup_clang()
83
84
setup_llvm()
85
- if u.system == "Linux":
86
- # We support & test Vulkan shader debug printf on Linux
+ if u.system in ("Linux", "Windows"):
+ # We support & test Vulkan shader debug printf on Linux && Windows
87
# This is done through the validation layer
88
from .vulkan import setup_vulkan
89
0 commit comments