Skip to content

Commit

Permalink
rm unused definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Dec 10, 2024
1 parent 30d68c0 commit 1020705
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yt_idv/shaders/ray_tracing.frag.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ void main()
vec3 ndx = 1.0/nzones;

vec3 tex_curr_pos = vec3(0.0);
vec3 tex_min = vec3(0.0 + 1. * dx/2.0);
vec3 tex_max = vec3(1.0 - 1. * dx/2.0);

bool sampled;
bool ever_sampled = false;
Expand Down

0 comments on commit 1020705

Please sign in to comment.