chore(core): more detail on TODO for push constants

This commit is contained in:
teoxoy 2024-07-19 10:23:13 +02:00 committed by Erich Gubler
parent 38a13b94f0
commit 71b4f361e2

View File

@ -780,7 +780,7 @@ fn set_push_constant(
.binder .binder
.pipeline_layout .pipeline_layout
.as_ref() .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( .ok_or(ComputePassErrorInner::Dispatch(
DispatchError::MissingPipeline, DispatchError::MissingPipeline,
))?; ))?;