You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may be a reason for it not being there however for me, the batch closes immediately if there is an issue. I never get to see the helpful warning echoed there.
mkdir build
cd build
cmake.exe .. -DVK_USE_PLATFORM=WIN32 -G "Visual Studio 14 2015 Win64"
if exist VulkanCookbook.sln (
start "" "VulkanCookbook.sln"
) else (
echo "Error occurred during solution creation!"
pause
)
cd ..
The text was updated successfully, but these errors were encountered:
There may be a reason for it not being there however for me, the batch closes immediately if there is an issue. I never get to see the helpful warning echoed there.
The text was updated successfully, but these errors were encountered: