dawn-cmake/test/intrinsics/gen/dpdy/7f8d84.wgsl.expected.hlsl

9 lines
101 B
HLSL

void dpdy_7f8d84() {
float res = ddy(1.0f);
}
void fragment_main() {
dpdy_7f8d84();
return;
}