Skip to content
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

Render pipeline efficency update #38

Open
rcmaniac25 opened this issue Feb 4, 2015 · 0 comments
Open

Render pipeline efficency update #38

rcmaniac25 opened this issue Feb 4, 2015 · 0 comments
Labels

Comments

@rcmaniac25
Copy link
Owner

Investigate and test efficiency updates that are transparent to developer.

  • Async graphics loading (think Doom 3: BFG)
  • Material handling (if multi-part Model, but one material/RenderState/Pass/Effect, then it should iterate through passes THEN parts. Currently it defaults other way [iterates through parts, and keeps rebinding the passes])
  • State changes (Make sure state-switching doesn't happen to already bound elements [this way dev-done grouping works properly])

Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant