From: Rudolf Polzer Date: Mon, 28 Jan 2013 15:35:38 +0000 (+0100) Subject: oops, wrong sampler# X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=31f4d42b00e2a801301372b35849d333f0d61c04;p=xonotic%2Fdarkplaces.git oops, wrong sampler# --- diff --git a/shader_hlsl.h b/shader_hlsl.h index a8a42637..38629cbd 100644 --- a/shader_hlsl.h +++ b/shader_hlsl.h @@ -364,7 +364,7 @@ " float2 TexCoord : TEXCOORD0,\n" " uniform sampler Texture_First : register(s0),\n" " uniform sampler Texture_Second : register(s1),\n" -" uniform sampler Texture_Dither : register(s2),\n" +" uniform sampler Texture_Dither : register(s3),\n" " uniform half BitValue : register(c55),\n" " uniform float2 Rand2f : register(c56),\n" " uniform half Alpha : register(c0),\n"