gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.36k stars 547 forks source link

Head-less tests #583

Closed kvark closed 6 years ago

kvark commented 9 years ago

I recall an attempt to get this working long time in the past. We need to try again, especially since Glium already shows how it could be done.

brendanzab commented 9 years ago

Can we break this down into smaller steps?

kvark commented 9 years ago

I didn't look into this, so I'm not sure what steps it would take. Perhaps, @cmr remembers something?

kvark commented 7 years ago

I believe, from the perspective of #1410 this issue comes down to proper support of Headless glutin context, which would allow us to run the test harness on CI.

kvark commented 6 years ago

This happened in #1731