Skip to content

Commit

Permalink
Update cAntiAliasing.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku authored Aug 18, 2024
1 parent 2abd4e4 commit f9f288a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions shaders/cAntiAliasing.fx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
Copyright (C) LucasArts 2010-2011
*/

#include "shared/cShade.fxh"
#include "shared/cColor.fxh"

uniform int _DisplayMode <
ui_label = "Display Mode";
ui_type = "radio";
ui_items = "Output\0Mask\0";
> = 0;

#include "shared/cShade.fxh"
#include "shared/cColor.fxh"
#include "shared/cBlend.fxh"

float GetIntensity(float3 Color)
Expand Down

0 comments on commit f9f288a

Please sign in to comment.