We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As in the title, size 0 to vkMapMemory is invalid according to the spec:
If size is not equal to VK_WHOLE_SIZE, size must be greater than 0
I assume VK_WHOLE_SIZE is what's intended here, so it's an easy substitution.
VK_WHOLE_SIZE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As in the title, size 0 to vkMapMemory is invalid according to the spec:
I assume
VK_WHOLE_SIZE
is what's intended here, so it's an easy substitution.The text was updated successfully, but these errors were encountered: