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

Texture support? #361

Closed
mitjap opened this issue Feb 21, 2024 · 3 comments
Closed

Texture support? #361

mitjap opened this issue Feb 21, 2024 · 3 comments

Comments

@mitjap
Copy link

mitjap commented Feb 21, 2024

Our projects often use textures for data storage and access.

I've been looking over examples, source and documentation but I don't see any mention of texture support. Is it implemented? What is the current status of this?

@axsaucedo
Copy link
Member

Hello @mitjap - at the moment we only support the compute pipeline, and hence the primary elements would be buffers - there's no current plans on supporting other types of (graphics) pipelines in vulkan at the moment

@mitjap
Copy link
Author

mitjap commented Feb 22, 2024

I often use textures as data storage for compute pipeline. Textures provider better 2D data locality using Z-order curve. Data interpolation is also often useful for our kind of algorithms.

It would be a great addition to this library.

@robquill
Copy link
Contributor

robquill commented Sep 5, 2024

@mitjap , #388 hopefully adds what you wanted :)

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

3 participants