1 pages tagged with "rust"

SPIRV layout checking for Rust

Less error-prone CPU <-> GPU data transfer. Posted in:

Isn't it just great when the GLSL compiler adds unexpected padding between fields in a buffer, and the only way you can tell is that your rendering is broken in weird ways? Having lost a couple of hours to one such bug, I decided I needed a way to quickly catch that sort of error.

continue reading...