Skip to content

Commit

Permalink
[SYCL][Bindless][Doc] Fix a typo for max_mipmap_level_clamp. (#12901)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjj11 authored Mar 6, 2024
1 parent 621cf51 commit 650528e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ levels is performed.
sample, with the minimum value being 0.

`max_mipmap_level_clamp` defines the maximum mipmap level from which we can
sample. This cannot value cannot be higher than the number of allocated levels.
sample. This value cannot be higher than the number of allocated levels.

`max_anisotropy` dictates the anisotropic ratio used when sampling the mipmap
with anisotropic filtering.
Expand Down

0 comments on commit 650528e

Please sign in to comment.