Skip to content

Commit

Permalink
chore(core): more detail on TODO for push constants
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy authored and ErichDonGubler committed Oct 2, 2024
1 parent 38a13b9 commit 71b4f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/command/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
))?;
Expand Down

0 comments on commit 71b4f36

Please sign in to comment.