Skip to content

Commit

Permalink
Finish rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Feb 15, 2022
1 parent 3463a67 commit fb102dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions shaders/cColorNormalization.fx
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ void PostProcessVS(in uint ID : SV_VertexID, out float4 Position : SV_Position,

// Pixel shaders

/*
Jamie Wong's Chromaticity
Title = "Color: From Hexcodes to Eyeballs"
Authors = Jamie Wong
Year = 2018
Link = http://jamie-wong.com/post/color/
*/

void NormalizationPS(in float4 Position : SV_Position, in float2 TexCoord : TEXCOORD0, out float3 OutputColor0 : SV_Target0)
{
OutputColor0 = 0.0;
Expand Down

0 comments on commit fb102dd

Please sign in to comment.