From eea40fd0e47699261332904b5d930f0be68756e9 Mon Sep 17 00:00:00 2001 From: ImJezze Date: Thu, 31 Dec 2015 16:32:35 +0100 Subject: Cleanup (nw) - removed unused pincushion.fx --- hlsl/downsample.fx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'hlsl/downsample.fx') diff --git a/hlsl/downsample.fx b/hlsl/downsample.fx index 4a4a8fe3743..9ac584b56f1 100644 --- a/hlsl/downsample.fx +++ b/hlsl/downsample.fx @@ -1,7 +1,11 @@ // license:BSD-3-Clause // copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- -// Effect File Variables +// Downsample Effect +//----------------------------------------------------------------------------- + +//----------------------------------------------------------------------------- +// Sampler Definitions //----------------------------------------------------------------------------- texture DiffuseTexture; @@ -96,17 +100,15 @@ float4 ps_main(PS_INPUT Input) : COLOR } //----------------------------------------------------------------------------- -// Downsample Effect +// Downsample Technique //----------------------------------------------------------------------------- -technique TestTechnique +technique DefaultTechnique { pass Pass0 { Lighting = FALSE; - Sampler[0] = ; - VertexShader = compile vs_2_0 vs_main(); PixelShader = compile ps_2_0 ps_main(); } -- cgit v1.2.3-70-g09d2