Commit 57776df3 by Alexis Hetu Committed by Alexis Hétu

Quick build fix

Added missing function declaration. Change-Id: I52ddb666d70733187242906d298fb986f413756a Reviewed-on: https://swiftshader-review.googlesource.com/19208Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 90404218
...@@ -79,6 +79,7 @@ public: ...@@ -79,6 +79,7 @@ public:
void release(); void release();
void* lock(int x, int y, int z); void* lock(int x, int y, int z);
void unlock(); void unlock();
bool targetRequiresSync() const;
private: private:
int width; int width;
......
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