File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
basic-3d-rendering/input-geometry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ There are two limits that may cause issue even if set to `WGPU_LIMIT_U32_UNDEFIN
291291
292292```{lit} C++, Other device limits (also for tangle root "Vanilla")
293293// These two limits are different because they are "minimum" limits,
294- // they are the only ones we are may forward from the adapter's supported
294+ // they are the only ones we may forward from the adapter's supported
295295// limits.
296296requiredLimits.limits.minUniformBufferOffsetAlignment = supportedLimits.limits.minUniformBufferOffsetAlignment;
297297requiredLimits.limits.minStorageBufferOffsetAlignment = supportedLimits.limits.minStorageBufferOffsetAlignment;
@@ -384,7 +384,7 @@ private: // Application attributes
384384````
385385
386386```{lit} C++, Private methods (append, also for tangle root "Vanilla")
387- private: // APplication methods
387+ private: // Application methods
388388 void InitializeBuffers();
389389```
390390
You can’t perform that action at this time.
0 commit comments