disabled custom shader tests for WP8

This commit is contained in:
Dale Stammen 2014-07-17 08:13:49 -07:00
parent ea2165e6ba
commit 88da5d5fdb
1 changed files with 2 additions and 0 deletions

View File

@ -89,8 +89,10 @@ Controller g_aTestNames[] = {
{ "ReleasePool", [](){ return new ReleasePoolTestScene(); } },
{ "Rotate World", [](){return new RotateWorldTestScene(); } },
{ "Scheduler", [](){return new SchedulerTestScene(); } },
#if CC_TARGET_PLATFORM != CC_PLATFORM_WP8
{ "Shader - Basic", []() { return new ShaderTestScene(); } },
{ "Shader - Sprite", []() { return new ShaderTestScene2(); } },
#endif
{ "Texture2D", [](){return new TextureTestScene(); } },
{ "TextureCache", []() { return new TextureCacheTestScene(); } },
{ "TexturePacker Encryption", []() { return new TextureAtlasEncryptionTestScene(); } },