Make all the samples compile under Linux

Two-thirds of them run and work well.

BUG=angleproject:892

Change-Id: I401a7ef4fd055eda7276bd34dcf0fc6ae0deff13
Reviewed-on: https://chromium-review.googlesource.com/270124
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Tested-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez
2015-05-07 14:50:28 -04:00
parent eaa759c46f
commit 12a8e86685
15 changed files with 205 additions and 209 deletions

View File

@@ -20,7 +20,7 @@
class TextureWrapSample : public SampleApplication
{
public:
TextureWrapSample::TextureWrapSample()
TextureWrapSample()
: SampleApplication("TextureWrap", 1280, 720)
{
}