mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-06 12:15:43 +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>
13 lines
162 B
Plaintext
13 lines
162 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
void f() {
|
|
{
|
|
int vec3f = 1;
|
|
int b = vec3f;
|
|
}
|
|
float3 c = float3(0.0f);
|
|
float3 d = float3(0.0f);
|
|
}
|
|
|