Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make it a Note
  • Loading branch information
kvark committed Jun 23, 2020
commit e52b8145831324bbaa155ba4f68226478012d114
3 changes: 2 additions & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,8 @@ dictionary GPUSamplerDescriptor : GPUObjectDescriptorBase {
- If {{GPUSamplerDescriptor/compare}} is provided, the sampler will be a comparison sampler with the specified
{{GPUCompareFunction}}.
- {{GPUSamplerDescriptor/maxAnisotropy}} specifies the maximum anisotropy value clamp used by the sampler.
Most implementations support values in range between 1 and 16, inclusive.

Note: most implementations support {{GPUSamplerDescriptor/maxAnisotropy}} values in range between 1 and 16, inclusive.

Issue: explain how LOD is calculated and if there are differences here between platforms.
Issue: explain what anisotropic sampling is
Expand Down