File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,12 @@ generically stored in the object and are expected to be read on
108108explanation.
109109
110110Object parameter commits are deferred until the device chooses to flush the
111- [DeferedCommitBuffer](utiltiy /DeferredCommitBuffer.h) that lives in the
111+ [DeferedCommitBuffer](utility /DeferredCommitBuffer.h) that lives in the
112112global device state instance on the device itself. It is entirely up to the
113113implementation to choose when this buffer should be flushed -- most commonly
114114this will be done at the beginning of rendering a frame and when some property
115115values are queried. Please refer to the documentation within the
116- [DeferedCommitBuffer](utiltiy /DeferredCommitBuffer.h) header for more deatils.
116+ [DeferedCommitBuffer](utility /DeferredCommitBuffer.h) header for more deatils.
117117
118118Note that objects also have an ability to be "finalized" via the
119119`helium::BaseObject::finalize()` virtual method. This is separately tracked
You can’t perform that action at this time.
0 commit comments