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

Create types that resemble basic_interpreted_path and basic_path_builder that allow easier batching of all 2D graphics operations #178

Open
mikebmcl opened this issue Mar 28, 2019 · 0 comments
Assignees

Comments

@mikebmcl
Copy link
Member

While there's nothing per se that currently blocks batching operations, it would be much easier to do batching with a container type that holds a variant of all 2D graphics operations (thus allowing users to build and modify a series of 2D graphics operations) and a class type that is an immutable set of 2D graphics operations (which can be more easily optimized into a command list by back ends that take advantage of hardware acceleration using current graphics acceleration technology).

@mikebmcl mikebmcl self-assigned this Mar 28, 2019
@mikebmcl mikebmcl changed the title Create a types that resemble basic_interpreted_path and basic_path_builder that allow easier batching of all 2D graphics operations Create types that resemble basic_interpreted_path and basic_path_builder that allow easier batching of all 2D graphics operations Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant