Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vulkan] Invalid function pointer name passed for vkCmdDrawIndirectCountAMD #13

Closed
jesta88 opened this issue Jan 29, 2018 · 1 comment
Closed

Comments

@jesta88
Copy link

jesta88 commented Jan 29, 2018

pfnvkCmdDrawIndirectCountAMD = (PFN_vkCmdDrawIndirectCountAMD)vkGetDeviceProcAddr(pRenderer->pDevice, "vkCmdIndirectCountAMD");

The name of the function should be "vkCmdDrawIndirectCountAMD" instead of "vkCmdIndirectCountAMD".

@wolfgangfengel
Copy link
Contributor

That should be fixed now. Can you close this issue?

@jesta88 jesta88 closed this as completed Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants