summaryrefslogtreecommitdiffstatshomepage
path: root/hlsl/phosphor.fx
diff options
context:
space:
mode:
Diffstat (limited to 'hlsl/phosphor.fx')
-rw-r--r--hlsl/phosphor.fx4
1 files changed, 2 insertions, 2 deletions
diff --git a/hlsl/phosphor.fx b/hlsl/phosphor.fx
index f48417459c4..b1a7f983435 100644
--- a/hlsl/phosphor.fx
+++ b/hlsl/phosphor.fx
@@ -114,8 +114,8 @@ technique TestTechnique
{
Lighting = FALSE;
- //Sampler[0] = <DiffuseSampler>;
- //Sampler[1] = <PreviousSampler>;
+ Sampler[0] = <DiffuseSampler>;
+ Sampler[1] = <PreviousSampler>;
VertexShader = compile vs_2_0 vs_main();
PixelShader = compile ps_2_0 ps_main();