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

OpenGL Instancing. #56

Closed
RubyNova opened this issue Sep 27, 2019 · 3 comments · Fixed by #376
Closed

OpenGL Instancing. #56

RubyNova opened this issue Sep 27, 2019 · 3 comments · Fixed by #376
Assignees
Labels
engine core Tickets pertaining to the engine core codebase.

Comments

@RubyNova
Copy link
Member

Currently our approach to loading the same normalised data (upcoming in a WIP feature branch) is not that efficient. We need to instance the data onto the GPU ideally.

@RubyNova RubyNova added the engine core Tickets pertaining to the engine core codebase. label Sep 27, 2019
@RubyNova RubyNova self-assigned this Sep 27, 2019
@RubyNova
Copy link
Member Author

Resolved by #86 .

@RubyNova RubyNova reopened this Dec 13, 2019
@RubyNova
Copy link
Member Author

lmao closed the wrong issue.

@RubyNova
Copy link
Member Author

This is no longer relevant as we are moving to Vulkan and instancing there already has a barebones implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine core Tickets pertaining to the engine core codebase.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant