Files
wgpu/naga/tests/out/hlsl/shadow.ron
2023-10-25 14:25:04 -04:00

21 lines
362 B
Plaintext

(
vertex:[
(
entry_point:"vs_main",
target_profile:"vs_5_1",
),
],
fragment:[
(
entry_point:"fs_main",
target_profile:"ps_5_1",
),
(
entry_point:"fs_main_without_storage",
target_profile:"ps_5_1",
),
],
compute:[
],
)