mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
21 lines
362 B
Plaintext
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:[
|
|
],
|
|
)
|