summaryrefslogtreecommitdiffstats
path: root/pbr.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-03-16 18:27:03 -0700
committeryum <yum.food.vr@gmail.com>2026-03-16 18:27:03 -0700
commit11e9d97c5ac694773149d6059f90c670b9c00262 (patch)
treeaaaa3df4850a331896a841347890679aaf186dc7 /pbr.cginc
parent1b33beea4e07afe9709c5c8b9a933c0717fae74c (diff)
Misc
Diffstat (limited to 'pbr.cginc')
-rwxr-xr-xpbr.cginc1
1 files changed, 0 insertions, 1 deletions
diff --git a/pbr.cginc b/pbr.cginc
index 3e8d672..e0cf64f 100755
--- a/pbr.cginc
+++ b/pbr.cginc
@@ -41,7 +41,6 @@ float2 parallax_offset(float2 uv, float3 view_dir_world, float3x3 tbn) {
float prev_depth = cur_depth;
float prev_height = cur_height;
- [loop]
for (int i = 0; i < (int)step_count; i++) {
bool was_inside = cur_depth < cur_height;
if (was_inside != inside) break;