mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-12 08:05:53 +00:00
Bug: tint:1581 Change-Id: I53151ebf43601cd6afcdd2ec91d0ff9c4e650ef3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/111241 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
void i() {
|
|
float const s = 1.0f;
|
|
}
|
|
|