mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
41 lines
854 B
Plaintext
41 lines
854 B
Plaintext
(
|
|
vertex:[
|
|
(
|
|
entry_point:"queries",
|
|
target_profile:"vs_5_1",
|
|
),
|
|
(
|
|
entry_point:"levels_queries",
|
|
target_profile:"vs_5_1",
|
|
),
|
|
],
|
|
fragment:[
|
|
(
|
|
entry_point:"texture_sample",
|
|
target_profile:"ps_5_1",
|
|
),
|
|
(
|
|
entry_point:"texture_sample_comparison",
|
|
target_profile:"ps_5_1",
|
|
),
|
|
(
|
|
entry_point:"gather",
|
|
target_profile:"ps_5_1",
|
|
),
|
|
(
|
|
entry_point:"depth_no_comparison",
|
|
target_profile:"ps_5_1",
|
|
),
|
|
],
|
|
compute:[
|
|
(
|
|
entry_point:"main",
|
|
target_profile:"cs_5_1",
|
|
),
|
|
(
|
|
entry_point:"depth_load",
|
|
target_profile:"cs_5_1",
|
|
),
|
|
],
|
|
)
|