mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 00:33:51 +00:00
25 lines
450 B
Plaintext
25 lines
450 B
Plaintext
(
|
|
vertex:[
|
|
(
|
|
entry_point:"vertex",
|
|
target_profile:"vs_5_1",
|
|
),
|
|
(
|
|
entry_point:"vertex_two_structs",
|
|
target_profile:"vs_5_1",
|
|
),
|
|
],
|
|
fragment:[
|
|
(
|
|
entry_point:"fragment",
|
|
target_profile:"ps_5_1",
|
|
),
|
|
],
|
|
compute:[
|
|
(
|
|
entry_point:"compute",
|
|
target_profile:"cs_5_1",
|
|
),
|
|
],
|
|
)
|