From 31f4d42b00e2a801301372b35849d333f0d61c04 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 28 Jan 2013 16:35:38 +0100 Subject: [PATCH] oops, wrong sampler# --- shader_hlsl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2