-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make renderstate
a class
#241
Labels
misimplementation
Circumlocutious or redundant implementation
Comments
no-lex
added a commit
that referenced
this issue
Nov 6, 2022
no-lex
added a commit
that referenced
this issue
Nov 6, 2022
no-lex
added a commit
that referenced
this issue
Nov 6, 2022
no-lex
added a commit
that referenced
this issue
Nov 6, 2022
no-lex
added a commit
that referenced
this issue
Nov 6, 2022
no-lex
added a commit
that referenced
this issue
Nov 8, 2022
no-lex
added a commit
that referenced
this issue
Nov 9, 2022
no-lex
added a commit
that referenced
this issue
Nov 9, 2022
no-lex
added a commit
that referenced
this issue
Nov 13, 2022
no-lex
added a commit
that referenced
this issue
Nov 13, 2022
no-lex
added a commit
that referenced
this issue
Nov 15, 2022
no-lex
added a commit
that referenced
this issue
Nov 15, 2022
no-lex
added a commit
that referenced
this issue
Nov 16, 2022
no-lex
added a commit
that referenced
this issue
Nov 16, 2022
no-lex
added a commit
that referenced
this issue
Nov 27, 2022
no-lex
added a commit
that referenced
this issue
Nov 28, 2022
no-lex
added a commit
that referenced
this issue
Feb 1, 2023
no-lex
added a commit
that referenced
this issue
Feb 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
renderstate
is a data-only structure used for carrying around rendering data. However, it has a large number of associated functions which essentially act as member variables. Moving them into therenderstate
object makes it clear what their association is. It is defined inrenderva.cpp
, and all of its associated functions are also located there.The text was updated successfully, but these errors were encountered: