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

17 lines
253 B
Plaintext

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