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

Combined image sampler texture size #190

Open
redain opened this issue Dec 27, 2024 · 3 comments
Open

Combined image sampler texture size #190

redain opened this issue Dec 27, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@redain
Copy link

redain commented Dec 27, 2024

In GLSL it was possible to call texture_size on combined image samplers (SampledImage<T> in rust-gpu). In rust-gpu, however, there is no method for that and underlying _image field is private so it's impossible to call query_size on it.

@redain redain added the enhancement New feature or request label Dec 27, 2024
@schell
Copy link
Contributor

schell commented Dec 28, 2024

@mark-addams001881 - does that commit compile? At a quick glance it seems it would not, because it's deleting a lot of closing braces...

@LegNeato
Copy link
Collaborator

I blocked that spam account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@schell @LegNeato @redain and others