mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-12-01 11:13:30 +00:00
25 lines
469 B
Plaintext
25 lines
469 B
Plaintext
(
|
|
vertex:[
|
|
(
|
|
entry_point:"foo_vert",
|
|
target_profile:"vs_5_1",
|
|
),
|
|
],
|
|
fragment:[
|
|
(
|
|
entry_point:"foo_frag",
|
|
target_profile:"ps_5_1",
|
|
),
|
|
],
|
|
compute:[
|
|
(
|
|
entry_point:"assign_through_ptr",
|
|
target_profile:"cs_5_1",
|
|
),
|
|
(
|
|
entry_point:"assign_to_ptr_components",
|
|
target_profile:"cs_5_1",
|
|
),
|
|
],
|
|
)
|