gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
885 stars 105 forks source link

Add RenderBundleEncoderSetPushConstants #446

Closed fyellin closed 4 days ago

fyellin commented 1 week ago

RenderBundleEncoder.SetPushConstants is available but broken in wgpu 23.0.0. It should be fixed in 24.0. This code adds it to wgpu-native.

fyellin commented 5 days ago

@rajveermalviya @almarklein? How do I get someone to review this?

I fixed RenderBundleEncoder.SetPushConstants bug in gfx-rs/native