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
I'm new to Vulkan, I was going through the Vulkan tutorial 'Development Environment' and I didn't get the expected results on both WindowsOS and macOS.
macOS doesn't output the last window of this section and shows 'Build Success', but I get the error 'Thread 1: signal SIGABRT'.
On WindowsOS, I'm not familiar with Visual Studio, but in the 'Let’s now configure the project to get rid of the errors. Open the project properties dialog and ensure that All Configurations is selected, because most of the settings apply to both Debug and Release mode.' section, I don't know how to display the project properties dialog, and I can't proceed from there. How can I solve this problem? Attached is a screenshot of the problem. Thank you in advance.
The text was updated successfully, but these errors were encountered:
You usually can open the project properties from the context menu in the solution explorer:
Though I can't read your screenshots as I'm not familiar with that language, but it looks like you opened a folder instead of a proper solution, hence why you may not be able to find a project properties dialog.
I'm new to Vulkan, I was going through the Vulkan tutorial 'Development Environment' and I didn't get the expected results on both WindowsOS and macOS.
macOS doesn't output the last window of this section and shows 'Build Success', but I get the error 'Thread 1: signal SIGABRT'.
On WindowsOS, I'm not familiar with Visual Studio, but in the 'Let’s now configure the project to get rid of the errors. Open the project properties dialog and ensure that All Configurations is selected, because most of the settings apply to both Debug and Release mode.' section, I don't know how to display the project properties dialog, and I can't proceed from there. How can I solve this problem? Attached is a screenshot of the problem. Thank you in advance.
The text was updated successfully, but these errors were encountered: