wgpu icon indicating copy to clipboard operation
wgpu copied to clipboard

Push constants in render bundles are half-implemented

Open jimblandy opened this issue 2 years ago • 3 comments

RenderBundleEncoder::finish propagates SetPushConstant commands from the encoder to the final RenderBundle, but the bundle's BasePass's push_constant_data vector is always empty.

jimblandy avatar May 21 '22 21:05 jimblandy