Commit 456364d8 authored by cutealien's avatar cutealien

revert last change for .hlsl (wasn't needed - only check in shader example main.cpp was necessary).

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4098 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 9a77f09d
...@@ -65,7 +65,7 @@ struct PS_OUTPUT ...@@ -65,7 +65,7 @@ struct PS_OUTPUT
}; };
sampler2D myTexture : register(s0); sampler2D myTexture;
PS_OUTPUT pixelMain(float2 TexCoord : TEXCOORD0, PS_OUTPUT pixelMain(float2 TexCoord : TEXCOORD0,
float4 Position : POSITION, float4 Position : POSITION,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment