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

21 lines
351 B
Plaintext

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