This website requires JavaScript.
Explore
Help
Sign In
encounter
/
dawn-cmake
mirror of
https://github.com/encounter/dawn-cmake.git
Watch
1
Star
0
Fork
You've already forked dawn-cmake
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9536ced014
dawn-cmake
/
test
/
tint
/
bug
/
chromium
/
1341475.wgsl.expected.dxc.hlsl
6 lines
72 B
HLSL
Raw
Normal View
History
Unescape
Escape
tint/resolver: Evaluate const-expr swizzles Bug: chromium:1341475 Change-Id: I2ac44824b08c460df759a96d0ba96f6045b60f74 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95765 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
2022-07-07 17:49:02 +00:00
[
numthreads
(
1
,
1
,
1
)
]
void
main
(
)
{
tint: const eval of mix builtin Bug: tint:1581 Change-Id: I3b9f0ff3a58956616daf17b3d4a922979fc30216 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/113680 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
2022-12-12 15:31:21 +00:00
const
float
a
=
1.0f
;
tint/resolver: Evaluate const-expr swizzles Bug: chromium:1341475 Change-Id: I2ac44824b08c460df759a96d0ba96f6045b60f74 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95765 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
2022-07-07 17:49:02 +00:00
return
;
}