mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +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
|
.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,
|
||||||
))?;
|
))?;
|
||||||
|
Loading…
Reference in New Issue
Block a user