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

17 lines
252 B
Plaintext

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