mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-06 04:05:40 +00:00
Fixed: tint:1772 Change-Id: I4bed36ded91ca5288875ed6ea819ff4bbb432186 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/112340 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
void f(float3 vec3f) {
|
|
float3 const b = vec3f;
|
|
}
|
|
|