mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
tint: Implement textureSampleBaseClampToEdge
Fixed: tint:1671 Change-Id: Iaae5b5d571a4401c0255de727245bf8dbbe06740 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102642 Reviewed-by: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
78f8067fd5
commit
c4ebf2cc57
@@ -1,5 +1,15 @@
|
||||
# Tint changes during Origin Trial
|
||||
|
||||
## Changes for M108
|
||||
|
||||
### New features
|
||||
|
||||
* `textureSampleBaseClampToEdge()` has been implemented. [tint:1671](crbug.com/tint/1671)
|
||||
|
||||
### Deprecated Features
|
||||
|
||||
* The `external_texture` overload of `textureSampleLevel()` has been deprecated. Use `textureSampleBaseClampToEdge()` instead. [tint:1671](crbug.com/tint/1671)
|
||||
|
||||
## Changes for M107
|
||||
|
||||
### New features
|
||||
|
||||
Reference in New Issue
Block a user