Red Artist
Red Artist
I was wondering if arena could have this functionality built in. I can workaround this issue with the above mentioned virtual root node trick or tracking top level nodes methods,...
Just to express interest in this old issue, I want comments in the config file that explain what the specific option does. Ideally, it would just take the doc comments...
reached here while checking for basis universal support. It seems squish is archived now. work continuing at https://github.com/jansol/texpresso https://github.com/jansol/texpresso/issues/1 issue discussing integration with image crate
https://docs.rs/reqwest/0.11.4/reqwest/blocking/index.html for reference
https://docs.rs/wgpu/latest/wgpu/struct.Surface.html#method.get_current_texture does explicitly mention that > In order to present the [SurfaceTexture](https://docs.rs/wgpu/latest/wgpu/struct.SurfaceTexture.html) returned by this method, first a Queue::submit needs to be done with some work rendering to this texture....
> Does inserting an empty submit every N operations cause the problem go away? nope. I had like 2 command encoders per frame. the first was for clearing screen (did...
just wanted to express interest too. just like ryanw, transparency doesn't work for me either on linux/X11 with 1070Ti. Glutin's transparency example works flawlessly too. if i run vulkaninfo i'm...
just checking, but is this repo still the main one? i heard the repos were moved around. i will go make a new issue for transparency, if there's a new...
can confirm. https://github.com/rust-windowing/winit/pull/2006 fixes the transparency issue for me
just bumping here as its been a few months. but transparency in windows 10 is working. tested on ``` Edition Windows 10 Pro Version 21H1 OS build 19043.1348 GPU: 1070...