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

Add support for creating and using indirect command buffers #279

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

konsolas
Copy link
Contributor

Added:

  • Device::new_indirect_command_buffer_with_descriptor
  • IndirectCommandBufferDescriptor::new
  • BlitCommandEncoder::copy_indirect_command_buffer
  • BlitCommandEncoder::reset_commands_in_buffer
  • BlitCommandEncoder::optimize_indirect_command_buffer
  • ArgumentEncoder::set_indirect_command_buffer
  • ArgumentEncoder::set_indirect_command_buffers

This makes indirect command buffers usable from metal-rs

Fixes #278

Copy link
Member

@kvark kvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@kvark kvark merged commit f8926a9 into gfx-rs:master Jul 23, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

Can't create indirect command buffers
2 participants