diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-16 18:27:03 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-16 18:27:03 -0700 |
| commit | 11e9d97c5ac694773149d6059f90c670b9c00262 (patch) | |
| tree | aaaa3df4850a331896a841347890679aaf186dc7 /pbr.cginc | |
| parent | 1b33beea4e07afe9709c5c8b9a933c0717fae74c (diff) | |
Misc
Diffstat (limited to 'pbr.cginc')
| -rwxr-xr-x | pbr.cginc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
