mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-14 09:06:11 +00:00
Bug: 1405676 Change-Id: If6edb0ba2b6c1ddd5d75421d234e168297e1b622 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116700 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com>
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
void d(texture1d<int, access::sample> tint_symbol) {
|
|
tint_symbol.read(uint(1), 0);
|
|
float const l = 0.141120002f;
|
|
}
|
|
|