Skip to content
Commit 3f958f61 authored by Jim Blandy's avatar Jim Blandy Committed by Dzmitry Malyshau
Browse files

[glsl-out] Let snapshot tests request a specific GLSL desktop version.

Add a Option<u16> to the snapshot `Params` to let snapshots request specific
Desktop GLSL versions. The default is GLSL ES 3.10.

It would be more general to let the params select any GLSL version, but that
would entail making glsl::Version implement Deserialize and all that, which
seems like overkill.
parent 57672396
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment