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

Shader Storage Buffer (SSBO) support #464

Open
skalarproduktraum opened this issue Dec 17, 2021 · 0 comments
Open

Shader Storage Buffer (SSBO) support #464

skalarproduktraum opened this issue Dec 17, 2021 · 0 comments
Labels
bugfixathon-2021 Issues that are up for grabs for the 2021 scenery & sciview bugfixathon enhancement Issue or PR discusses an enhancement

Comments

@skalarproduktraum
Copy link
Member

SSBOs would be useful for a variety of tasks. Implementation in Vulkan should not be too difficult, as most ingredients are already there.
Still needed:

  • a way to attach an SSBO to a Node, e.g. a new attribute HasStorageBuffer or something
  • a way to coordinate SSBO updates, in case multiple nodes need to access it
@skalarproduktraum skalarproduktraum added enhancement Issue or PR discusses an enhancement bugfixathon-2021 Issues that are up for grabs for the 2021 scenery & sciview bugfixathon labels Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixathon-2021 Issues that are up for grabs for the 2021 scenery & sciview bugfixathon enhancement Issue or PR discusses an enhancement
Projects
None yet
Development

No branches or pull requests

1 participant