Skip to content

Commit

Permalink
is it contained? 5 5 0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
audaki committed Apr 17, 2024
1 parent aef612e commit 9e8464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/shaders/HDR/basic_hdr_shader_ps.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ main (PS_INPUT input) : SV_TARGET

//float3 vTriangle[] = {r, g, b};
float3 vTriangle[] = {float3(5,5,0), float3(5,0,0), float3(0,0,0)};
vColor_xyY = float3(5,5,0);
vColor_xyY = float3(5,5,0.01);

float3 output_color;
{
Expand Down

0 comments on commit 9e8464c

Please sign in to comment.