pm100 / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Not compiling shader model 1.1 effects #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
error X3539: ps_1_x is no longer supported; use /Gec in fxc to
automatically upgrade to ps_2_0\nerror X3539: Alternately, fxc's /LD option
allows use of the old compiler DLL\n\nShaders\\Shadowmap1.fx(43,26):
ID3DXEffectCompiler::CompileEffect: There was an error compiling
expression\nID3DXEffectCompiler: Compilation failed\n

Original issue reported on code.google.com by socdr...@gmail.com on 16 Jan 2008 at 1:55

GoogleCodeExporter commented 8 years ago
This is not a SlimDX issue. As of April 2007, 1.x pixel shader targets are not 
supported. See the release notes with the SDK here:

http://www.microsoft.com/downloads/details.aspx?DisplayLang=en&FamilyID=86cf7fa2
-
e953-475c-abde-f016e4f7b61a

(Scroll to "New HLSL Shader Compiler for Direct3D 9 Targets: No Support for 1.x 
Pixel Shader Targets")

Original comment by josh.petrie on 16 Jan 2008 at 1:48