mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Emit optimized code for `dot4{I, U}8Packed` regardless of SPIR-V version
as long as the required capabilities are available. On SPIR-V < 1.6,
require the extension "SPV_KHR_integer_dot_product" for this. On
SPIR-V >= 1.6, don't require the extension because the corresponding
capabilities are part of SPIR-V >= 1.6 proper.
13 lines
157 B
Plaintext
13 lines
157 B
Plaintext
(
|
|
vertex:[
|
|
],
|
|
fragment:[
|
|
],
|
|
compute:[
|
|
(
|
|
entry_point:"main",
|
|
target_profile:"cs_6_4",
|
|
),
|
|
],
|
|
)
|