Commit 66d40e8e by Alexis Hetu Committed by Alexis Hétu

Fix for the Linux build

Bug 19162574 Change-Id: I22a3630104d22c52683f326ad1dd1a0ed334ff93 Reviewed-on: https://swiftshader-review.googlesource.com/1840Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
parent f0e6a400
...@@ -50,7 +50,7 @@ namespace ...@@ -50,7 +50,7 @@ namespace
template<DataType dataType> template<DataType dataType>
void LoadImageRow(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsizei width) void LoadImageRow(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsizei width)
{ {
dataType::unimplemented_function; UNIMPLEMENTED();
} }
template<> template<>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment