Merge pull request #331 from barotto/patch-1

Fix typo
This commit is contained in:
hizzlekizzle 2022-11-25 17:09:49 -06:00 committed by GitHub
commit 29f16ab29a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ we were passing an insane amount of attributes and varyings to deal with this be
The way the old shader system deals with limits is quite naive. The way the old shader system deals with limits is quite naive.
There is a hard limit of 8 when referencing other passes and older frames. There is a hard limit of 8 when referencing other passes and older frames.
There is no reason why we should have arbitrary limits like these. There is no reason why we should have arbitrary limits like these.
Part of the reason is C where dealing with dynamic memory is more painful than is should be so it was easier to take the lazy way out. Part of the reason is C where dealing with dynamic memory is more painful than it should be so it was easier to take the lazy way out.
#### Tacked on format handling #### Tacked on format handling