commit | 2b7e88a1fdefc49d78e80765745e87e00034c2a0 | [log] [tgz] |
---|---|---|
author | Jeremy Hayes <jeremy@lunarg.com> | Fri Jan 23 08:51:43 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:09 2015 -0700 |
tree | c52d456adcacb4ae54e014caa93856bdd516e372 | |
parent | 4246ebfc27a2b3bfd6be52a758a916d124f6958d [diff] [blame] |
Update XGL_FORMAT.
diff --git a/tests/init.cpp b/tests/init.cpp index 4dd620c..aca08b8 100644 --- a/tests/init.cpp +++ b/tests/init.cpp
@@ -488,8 +488,7 @@ mipCount++; } - fmt.channelFormat = XGL_CH_FMT_R8G8B8A8; - fmt.numericFormat = XGL_NUM_FMT_UINT; + fmt = XGL_FMT_R8G8B8A8_UINT; // TODO: Pick known good format rather than just expect common format /* * XXX: What should happen if given NULL HANDLE for the pData argument?