Skip to content

Commit 3e47cc9

Browse files
committed
chore(shaders): fix path
1 parent e96e8ae commit 3e47cc9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/shaders/tonemap/psychov/test17.hlsl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#ifndef RENODX_SHADERS_TONEMAP_PSYCHOV_TEST17_HLSL_
22
#define RENODX_SHADERS_TONEMAP_PSYCHOV_TEST17_HLSL_
33

4-
#include "../color.hlsl"
5-
#include "../colorgrade.hlsl"
6-
#include "./naka_rushton.hlsl"
7-
#include "./neutwo.hlsl"
4+
#include "../../color.hlsl"
5+
#include "../../colorgrade.hlsl"
6+
#include "../naka_rushton.hlsl"
7+
#include "../neutwo.hlsl"
88

99
/*
1010
* Copyright (C) 2026 Carlos Lopez

0 commit comments

Comments
 (0)