gfx/angle/src/libGLESv2/renderer/shaders/generate_shaders.bat

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:7eadb40e677a
1 @ECHO OFF
2 REM
3 REM Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
4 REM Use of this source code is governed by a BSD-style license that can be
5 REM found in the LICENSE file.
6 REM
7
8 PATH %PATH%;%DXSDK_DIR%\Utilities\bin\x86
9
10 fxc /E standardvs /T vs_2_0 /Fh compiled/standardvs.h Blit.vs
11 fxc /E flipyvs /T vs_2_0 /Fh compiled/flipyvs.h Blit.vs
12 fxc /E passthroughps /T ps_2_0 /Fh compiled/passthroughps.h Blit.ps
13 fxc /E luminanceps /T ps_2_0 /Fh compiled/luminanceps.h Blit.ps
14 fxc /E componentmaskps /T ps_2_0 /Fh compiled/componentmaskps.h Blit.ps
15
16 fxc /E VS_Passthrough /T vs_4_0 /Fh compiled/passthrough11vs.h Passthrough11.hlsl
17 fxc /E PS_PassthroughRGBA /T ps_4_0 /Fh compiled/passthroughrgba11ps.h Passthrough11.hlsl
18 fxc /E PS_PassthroughRGB /T ps_4_0 /Fh compiled/passthroughrgb11ps.h Passthrough11.hlsl
19 fxc /E PS_PassthroughLum /T ps_4_0 /Fh compiled/passthroughlum11ps.h Passthrough11.hlsl
20 fxc /E PS_PassthroughLumAlpha /T ps_4_0 /Fh compiled/passthroughlumalpha11ps.h Passthrough11.hlsl
21
22 fxc /E VS_Clear /T vs_4_0 /Fh compiled/clear11vs.h Clear11.hlsl
23 fxc /E PS_ClearSingle /T ps_4_0 /Fh compiled/clearsingle11ps.h Clear11.hlsl
24 fxc /E PS_ClearMultiple /T ps_4_0 /Fh compiled/clearmultiple11ps.h Clear11.hlsl

mercurial