lion0406 / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Windows RT #421

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Setup Win 8 machine
2.Use VS 2012
3.Try to build WinRT version of Angle

What is the expected output? What do you see instead?
Need instructions on setting up the VS2012 to build for RT, currently seeing 
this when I build for ARM
5>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\ARM\PlatformToolsets\v110\Micros
oft.Cpp.ARM.v110.targets(36,5): error MSB8022: Compiling Desktop applications 
for the ARM platform is not supported.
========== Build: 0 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========

What version of the product are you using? On what operating system?

Please provide any additional information below.

Any help appreciated. 
Dave

Original issue reported on code.google.com by snowca...@gmail.com on 16 Apr 2013 at 6:18

GoogleCodeExporter commented 9 years ago
RT builds aren't currently supported. The reasons why are discussed in the 
thread on this issue: 
https://code.google.com/p/angleproject/issues/detail?id=363

Essentially, RT devices don't support feature level 10 or run-time shader 
compilation, both of which ANGLE is using.

Closing as duplicate as several issues already cover this.

Original comment by shannonw...@chromium.org on 31 May 2013 at 6:58