Skip to content

Commit

Permalink
Fix textureSample:sampled_2d_coords offset (#4014)
Browse files Browse the repository at this point in the history
textureSample:sampled_2d_coords had offset always on
  • Loading branch information
greggman authored Oct 28, 2024
1 parent 45757be commit 694e61c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Parameters:
method: samplePoints,
descriptor,
derivatives: true,
offset: true,
offset,
hashInputs: [format, samplePoints, modeU, modeV, minFilter, offset],
}).map(({ coords, derivativeMult, offset }) => {
return {
Expand Down

0 comments on commit 694e61c

Please sign in to comment.