diff options
author | Kenneth Russel <[email protected]> | 2009-06-15 23:05:16 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-06-15 23:05:16 +0000 |
commit | 935d2596c13371bb745d921dbcb9f05b0c11a010 (patch) | |
tree | 7fcc310618ae5a90edc734dc821e75afc0f080aa /src/demos/hdr/shaders/arbfp1/skybox_hilo.arbfp1 | |
parent | e2332d2f2908e68f1e77454c73f329f8ff2b400d (diff) |
Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX
on to trunk
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@351 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/hdr/shaders/arbfp1/skybox_hilo.arbfp1')
-rwxr-xr-x | src/demos/hdr/shaders/arbfp1/skybox_hilo.arbfp1 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/demos/hdr/shaders/arbfp1/skybox_hilo.arbfp1 b/src/demos/hdr/shaders/arbfp1/skybox_hilo.arbfp1 deleted file mode 100755 index fe0d910..0000000 --- a/src/demos/hdr/shaders/arbfp1/skybox_hilo.arbfp1 +++ /dev/null @@ -1,27 +0,0 @@ -!!ARBfp1.0 -# cgc version 1.3.0001, build date Aug 4 2004 10:01:10 -# command line args: -profile arbfp1 -# source file: ../cg/skybox_hilo.cg -# source file: ../cg/hdr.cg -#vendor NVIDIA Corporation -#version 1.0.02 -#profile arbfp1 -#program main -#semantic main.envMap_rg : TEXUNIT0 -#semantic main.envMap_b : TEXUNIT1 -#var float4 In.wpos : : : 0 : 0 -#var float3 In.tex0 : $vin.TEX0 : TEX0 : 0 : 1 -#var float3 In.tex1 : : : 0 : 0 -#var float4 In.col0 : : : 0 : 0 -#var samplerCUBE envMap_rg : TEXUNIT0 : texunit 0 : 1 : 1 -#var samplerCUBE envMap_b : TEXUNIT1 : texunit 1 : 2 : 1 -#var half4 main : $vout.COL : COL : -1 : 1 -#const c[0] = 1 -PARAM c[1] = { { 1 } }; -TEMP R0; -TEX R0.x, fragment.texcoord[0], texture[1], CUBE; -TEX result.color.xy, fragment.texcoord[0], texture[0], CUBE; -MOV result.color.z, R0.x; -MOV result.color.w, c[0].x; -END -# 4 instructions, 1 R-regs |