Skip to content

Instantly share code, notes, and snippets.

@sethlivingston
Last active March 12, 2022 22:53
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/84051f1d7e6b736ede8060e578442de1 to your computer and use it in GitHub Desktop.
Save sethlivingston/84051f1d7e6b736ede8060e578442de1 to your computer and use it in GitHub Desktop.
VkResult result = vkDoSomething();
if (result != VK_SUCCESS) {
// result is an integer error value you
// can look up in vulkan_core.h
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment