mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-01 20:21:23 +00:00
Change-Id: I2da181af0694f73ec4be07ed40e4e70d49b53583 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97140 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com>
16 lines
193 B
GLSL
16 lines
193 B
GLSL
#version 310 es
|
|
precision mediump float;
|
|
|
|
void dpdyFine_d0a648() {
|
|
vec4 res = dFdy(vec4(1.0f));
|
|
}
|
|
|
|
void fragment_main() {
|
|
dpdyFine_d0a648();
|
|
}
|
|
|
|
void main() {
|
|
fragment_main();
|
|
return;
|
|
}
|