mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
Test slicing when getting data in both directions
http://bugzilla.clutter-project.org/show_bug.cgi?id=2414
This commit is contained in:
parent
a53b9febcd
commit
d52bd995a6
@ -101,6 +101,8 @@ paint_cb (void)
|
||||
/* Try with a really big texture in the hope that it will end up
|
||||
sliced. */
|
||||
check_texture (4, 5128, COGL_TEXTURE_NO_ATLAS);
|
||||
/* And in the other direction. */
|
||||
check_texture (5128, 4, COGL_TEXTURE_NO_ATLAS);
|
||||
|
||||
clutter_main_quit ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user