OSDN Git Service

Forward declare struct Constants to fix a compile error.
authorGreg Hartman <ghartman@google.com>
Tue, 7 Jul 2015 17:00:48 +0000 (10:00 -0700)
committerNicolas Capens <capn@google.com>
Fri, 10 Jul 2015 14:16:15 +0000 (14:16 +0000)
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/3662
Reviewed-by: Nicolas Capens <capn@google.com>
Tested-by: Nicolas Capens <capn@google.com>
src/Renderer/Renderer.hpp

index e2008f3..61f8273 100644 (file)
@@ -32,6 +32,7 @@ namespace sw
        struct Task;
        class Resource;
        class Renderer;
+       struct Constants;
 
        extern int batchSize;
        extern int threadCount;