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

13 lines
160 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
using namespace metal;
void dpdy_7f8d84() {
float res = dfdy(1.0f);
}
fragment void fragment_main() {
dpdy_7f8d84();
return;
}