mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
chore(core): more detail on TODO
for push constants
This commit is contained in:
parent
38a13b94f0
commit
71b4f361e2
@ -780,7 +780,7 @@ fn set_push_constant(
|
||||
.binder
|
||||
.pipeline_layout
|
||||
.as_ref()
|
||||
//TODO: don't error here, lazily update the push constants
|
||||
// TODO: don't error here, lazily update the push constants using `state.push_constants`
|
||||
.ok_or(ComputePassErrorInner::Dispatch(
|
||||
DispatchError::MissingPipeline,
|
||||
))?;
|
||||
|
Loading…
Reference in New Issue
Block a user