Skip to content

Instantly share code, notes, and snippets.

@sethlivingston
Created March 12, 2022 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sethlivingston/c92c4e19673f9f460c43426937af4209 to your computer and use it in GitHub Desktop.
Save sethlivingston/c92c4e19673f9f460c43426937af4209 to your computer and use it in GitHub Desktop.
Vulkan SDK on MacOS
if (vkDoSomething() != VK_SUCCESS) {
// throw exception or write to std::cerr
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment