From 35ef098e64a825890a98cec461a955d08f4cdb91 Mon Sep 17 00:00:00 2001 From: Ryan Holtz Date: Wed, 22 May 2013 01:58:38 +0000 Subject: MAME Testers bugs fixed: 5201, 5202 - HLSL changes: [MooglyGuy] * Upped vertex buffer size to 64k verts, fixes assert in starwars and alphaone, please include the printed error message in any subsequent encounterings of the assert. * Improved vector rendering (beam width 1.5 suggested) * Ducked raster bloom default to 0.225 to reduce washout --- hlsl/prescale.fx | 1 + 1 file changed, 1 insertion(+) (limited to 'hlsl/prescale.fx') diff --git a/hlsl/prescale.fx b/hlsl/prescale.fx index 965d89691f8..3c207875ca2 100644 --- a/hlsl/prescale.fx +++ b/hlsl/prescale.fx @@ -30,6 +30,7 @@ struct VS_INPUT float4 Position : POSITION; float4 Color : COLOR0; float2 TexCoord : TEXCOORD0; + float2 Unused : TEXCOORD1; }; struct PS_INPUT -- cgit v1.2.3