servo/components/script/dom/webgl_validations
Eric Anholt 5b852b1cdd webgl: Fix up maximum size validation.
We were checking to see if it was too big to be level 0, but we really
want to see if it's too big to be the given level.

This was the last remaining failure in texture-size-limit.html.
2016-10-23 17:46:10 -07:00
..
mod.rs webgl: Refactor texture validations to take advantage of rust type system 2016-06-25 00:03:15 +02:00
tex_image_2d.rs webgl: Fix up maximum size validation. 2016-10-23 17:46:10 -07:00
types.rs webgl: Refactor texture validations to take advantage of rust type system 2016-06-25 00:03:15 +02:00