wgpu/naga/tests/out/hlsl/wgsl-interpolate_compat.ron
2025-04-03 15:08:23 +00:00

17 lines
257 B
Plaintext

(
vertex:[
(
entry_point:"vert_main",
target_profile:"vs_5_1",
),
],
fragment:[
(
entry_point:"frag_main",
target_profile:"ps_5_1",
),
],
compute:[
],
)