Skip to content

Commit

Permalink
Add the missing UI shader
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLikeCXK committed Nov 9, 2024
1 parent 4403577 commit fe7e0e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion prog/tools/build_dagor_cdk_mini_WindowsOnArm64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jam -sPlatformArch=arm64 -sPlatformSpec=vc17 -s Root=../.. -f shaderInfo/jamfile

rem common minimal gui shaders for tools
pushd sceneTools\guiShaders_commonData
call compile_gui_shaders_dx11.cmd
call compile_gui_shaders_dx11_WOA.cmd
popd

rem utils
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo on
..\..\..\..\tools\dagor_cdk\windows-arm64\dsc2-hlsl11-dev.exe .\shaders_guiMinimal.blk -out ../../../../tools/dagor_cdk/commonData/guiShaders -q -shaderOn -nodisassembly -commentPP -codeDumpErr -o ..\..\..\..\_output\shaders\tools-guiShaders~dx11 %1 %2 %3
@echo off
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo on
..\..\..\..\tools\dagor_cdk\windows-arm64\dsc2-dx12-dev.exe .\shaders_guiMinimal.blk -out ../../../../tools/dagor_cdk/commonData/guiShadersDX12 -q -shaderOn -nodisassembly -commentPP -codeDumpErr -maxVSF 4096 -o ..\..\..\..\_output\shaders\tools-guiShaders~dx12 %1 %2 %3
@echo off

0 comments on commit fe7e0e7

Please sign in to comment.