File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
sources/engine/Stride.Graphics Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 22setlocal
33set StrideSdkDir = %~dp0 ..\..\..\..\
44set StrideAssetCompiler = %StrideSdkDir% sources\assets\Stride.Core.Assets.CompilerApp\bin\Debug\net10.0\Stride.Core.Assets.CompilerApp.exe
5- %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=win --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
6- %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=win-opengl --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
7- %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=win-opengles --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
8- %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=win-vulkan --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
5+ rmdir /s %~dp0 obj\
6+ %StrideAssetCompiler% --platform=Windows --property:StrideGraphicsApi=Direct3D11 --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
7+ %StrideAssetCompiler% --platform=Windows --property:StrideGraphicsApi=OpenGL --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
8+ %StrideAssetCompiler% --platform=Windows --property:StrideGraphicsApi=OpenGLES --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
9+ %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=Vulkan --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
Original file line number Diff line number Diff line change 22setlocal
33set StrideSdkDir = %~dp0 ..\..\..\..\
44set StrideAssetCompiler = %StrideSdkDir% sources\assets\Stride.Core.Assets.CompilerApp\bin\Debug\net10.0\Stride.Core.Assets.CompilerApp.exe
5- %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=win --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
6- %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=win-opengl --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
7- %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=win-opengles --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
8- %StrideAssetCompiler% --platform=Windows --property:RuntimeIdentifier=win-vulkan --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
5+ rmdir /s %~dp0 obj\
6+ %StrideAssetCompiler% --platform=Windows --property:StrideGraphicsApi=Direct3D11 --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
7+ %StrideAssetCompiler% --platform=Windows --property:StrideGraphicsApi=OpenGL --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
8+ %StrideAssetCompiler% --platform=Windows --property:StrideGraphicsApi=OpenGLES --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
9+ %StrideAssetCompiler% --platform=Windows --property:StrideGraphicsApi=Vulkan --output-path=%~dp0 obj\app_data --build-path=%~dp0 obj\build_app_data --package-file=Graphics.sdpkg
You can’t perform that action at this time.
0 commit comments