mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Image atomics support * Address feedback * fix merge * Fixes * Add a couple tests * Update wgpu-types/src/lib.rs Co-authored-by: Teodor Tanasoaia <28601907+teoxoy@users.noreply.github.com> * feedback * feedback * glsl * glsl fix * fix glsl * fix fix * fix fix fic * fix? * fix --------- Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com> Co-authored-by: Teodor Tanasoaia <28601907+teoxoy@users.noreply.github.com>
13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
(
|
|
vertex:[
|
|
],
|
|
fragment:[
|
|
],
|
|
compute:[
|
|
(
|
|
entry_point:"cs_main",
|
|
target_profile:"cs_5_1",
|
|
),
|
|
],
|
|
)
|