Daniel Keitel
Daniel Keitel
**Checklist** - [ ] Run `cargo clippy`. - [ ] Run `RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown` if applicable. - [ ] Add change to CHANGELOG.md. See simple instructions inside file....
Support for SPV_KHR_ray_tracing (includeng new shader stages) from glsl to spir-v. Requires: #2256 I will wait until Ray Query Support is merged, before I continue.
Writing to the framebuffer is extremely slow on bare metal. Setting the caching behavior of the framebuffer to write combining results in significantly higher throughput. The framebuffer should either be...
When running `qemu-system-x86_64 -bios {ovmf_pure_efi_path} -drive format=raw,file={uefi_path} -smp {core_count}` the bootloader gets sometimes stuck at: ``` INFO : UEFI bootloader started INFO : Using framebuffer at 0xc0000000 INFO : Reading...