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

Support offsets for vertex buffers #7

Open
johannesugb opened this issue Aug 7, 2020 · 0 comments
Open

Support offsets for vertex buffers #7

johannesugb opened this issue Aug 7, 2020 · 0 comments

Comments

@johannesugb
Copy link
Member

For vkCmdBindVertexBuffers, which is invoked from the following methods:

  • command_buffer_t::draw_indexed
  • command_buffer_t:draw_vertices,

for each vertex buffer passed to those methods, an offset of 0 is set. There should be other offsets possible. But where to define those offsets? Meta data does not seem right. => Probably in the input_description.

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