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

17 lines
243 B
Plaintext

(
vertex:[
(
entry_point:"vs",
target_profile:"vs_5_1",
),
],
fragment:[
(
entry_point:"fs",
target_profile:"ps_5_1",
),
],
compute:[
],
)