You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.