glium icon indicating copy to clipboard operation
glium copied to clipboard

Non-portable tests

Open Marckvdv opened this issue 9 years ago • 3 comments

Some tests depend on functions that may work differently on different machines. One of these functions is: Texture2d::empty and other functions like this one which don't specify a specific pixel format.

2 of these test are:

uniforms_storage_ignore_inactive_uniforms uniforms_storage_single_value

I'm pretty sure there are more of these, though I will try to add them later.

Marckvdv avatar Jul 25 '15 14:07 Marckvdv