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 assigning a python dict in shader cursor api #105

Open
ccummingsNV opened this issue Sep 9, 2024 · 0 comments
Open

Support assigning a python dict in shader cursor api #105

ccummingsNV opened this issue Sep 9, 2024 · 0 comments

Comments

@ccummingsNV
Copy link
Collaborator

Compute kernel dispatch currently supports a very convenient means to set variables by providing a dictionary, however this isn't visible (or obvious) when using a shader cursor. This means that if you want to dispatch a compute pipeline as part of a series of commands in a command buffer, you have to use a more complex api to pass uniforms. We should expand the dispatch helper to function with shader cursors in general.

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

1 participant