Commit 069f9507 by Greg Hartman Committed by Nicolas Capens

Forward declare struct Constants to fix a compile error.

This was breaking the Android build and didn't appear to be used in the code. It was introduced with I0fe062ea826b73b2bdf28ad3ed6e72e51c576840 Change-Id: Ic2a00c3264263e5608903ee7764f9c8dd8fb2c2a Reviewed-on: https://swiftshader-review.googlesource.com/3662Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent d9762743
......@@ -32,6 +32,7 @@ namespace sw
struct Task;
class Resource;
class Renderer;
struct Constants;
extern int batchSize;
extern int threadCount;
......
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