mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 08:44:08 +00:00
17 lines
253 B
Plaintext
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:[
|
|
],
|
|
)
|