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

[FEEDBACK] Pg 153/154 Mismatch for 6. : Sergey Kosarevsky #43

Open
yeokaiwei opened this issue Jan 3, 2025 · 0 comments
Open

[FEEDBACK] Pg 153/154 Mismatch for 6. : Sergey Kosarevsky #43

yeokaiwei opened this issue Jan 3, 2025 · 0 comments

Comments

@yeokaiwei
Copy link

Book
1 uniform buffer, 1 index buffer, 1 vertex buffer and 1 texture.

Github code
There is only 1 uniform buffer and 1 vertex buffer <-----(I think it is the vertex buffer)

const VkDescriptorBufferInfo bufferInfo2 =
{
storageBuffer_[i],
0,
kMaxLinesDataSize <------ (I assume this is the vertex buffer, 65536 * * sizeof(VulkanCanvas::VertexData) * 2)
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant