commit | e5ae3274a322de191374b9d202ca43ea7ac61d2d | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Sun Feb 04 11:07:02 2018 -0500 |
committer | Corentin Wallez <corentin@wallez.net> | Tue Apr 10 14:34:24 2018 -0400 |
tree | ae2989e8a2d738131f15573d64abfc4610265b1d | |
parent | ee66f25c4f35f57edacc3bb330eda6af8536d7d6 [diff] [blame] |
Make SetSubData take size in uint8_t not uint32_t. Also change data pointer to uint8_t*. Add a test for a non-aligned SetSubData(). Implemented on all backends.
diff --git a/src/tests/NXTTest.cpp b/src/tests/NXTTest.cpp index b846608..4a21048 100644 --- a/src/tests/NXTTest.cpp +++ b/src/tests/NXTTest.cpp
@@ -430,6 +430,7 @@ return testing::AssertionSuccess(); } + template class ExpectEq<uint8_t>; template class ExpectEq<uint32_t>; template class ExpectEq<RGBA8>; }