Firestar99

Results 39 comments of Firestar99

rspirv has gotten an updated version on crates.io [8 days ago!](https://crates.io/crates/rspirv/versions) :tada:

I'm giving this a try myself, expect a new PR soonish. I'll split the rspirv update in a separate PR, as it seems to require some small breaking changes due...

I've previously mentioned that ```toml [workspace.package] edition = "2021" ``` is enough, but that's actually **wrong**. In this documentation it is stated that `resolver="2"` is the only way to specify...

Using the different valheim plus repo as you suggested sadly did not work for me. I also tried to clear the mapped out `/opt/valheim` directory without success. But as my...

*Regarding 4. vertex_buffers and all other raster examples fail to link:* Your CI only ever tests the `hello_world` example, which does not utilize vertex attributes, as it's vertex data is...

Updated my radv version to 24.0.7 ([device](http://vulkan.gpuinfo.org/displayreport.php?id=30442)), but still the very same error: [capture_struct_payload](https://github.com/baldurk/renderdoc/files/15293040/linux_radv_updated_struct_payload_gpu_reset.zip) [capture_uint_payload](https://github.com/baldurk/renderdoc/files/15293038/linux_radv_updated_uint_payload_gpu_reset.zip) ``` kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring comp_1.1.0 timeout, signaled seq=30249, emitted seq=30250 kernel: [drm:amdgpu_job_timedout [amdgpu]]...

Mesa bug report: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11156 ~~When debugging with `RADV_DEBUG=hang` it interestingly states it's this pipeline, so most likely not even a RenderDoc bug [...]~~

For further investigation I got myself a clean system and managed to reproduce the bug there as well. However, some special conditions seem to be required for it to trigger....

Unfortunately, `init: true` didn't fix it for me. Proceeded to just disable the restarting

I'm using it in the context of rust-gpu where we conditionally use your `Float` trait to implement `libm` functionality missing in core but present in std: ([src](https://github.com/Rust-GPU/rust-gpu-shadertoys/blob/bbc0d2d053149bae976acdd98fcfab887bc516de/shaders/src/a_question_of_time.rs#L36-L37)) ```rust #[cfg(target_arch =...