commit | 62928d18517e2ec86eb8f65ae4e61fc2c4f04603 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Aug 13 17:53:57 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Aug 14 10:34:49 2014 -0600 |
tree | 16db7c772a962a38fb598151fdde1b478ee8fa77 | |
parent | ed56abcf014b805441c89f4709e2517ab87968d2 [diff] [blame] |
tests: Add image class Add class for managing XGL image objects in the test framework.
diff --git a/tests/xglimage.cpp b/tests/xglimage.cpp new file mode 100644 index 0000000..be70a8c --- /dev/null +++ b/tests/xglimage.cpp
@@ -0,0 +1,5 @@ +#include "xglimage.h" + +XglImage::XglImage() +{ +}