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

Multiple VGA Drivers- Default Implementations #3

Open
schuylermartin45 opened this issue Mar 2, 2017 · 0 comments
Open

Multiple VGA Drivers- Default Implementations #3

schuylermartin45 opened this issue Mar 2, 2017 · 0 comments

Comments

@schuylermartin45
Copy link
Owner

If I eventually write another VGA driver, I'd like to have have default implementations of some of the GL library calls implemented. That is to say if a VGA driver is created that just has a put pixel function and nothing else, there should be a generic/slow (non-hardware optimized) implementation of each of the GL calls so that the driver still supports all library functionality. As an example, the rectangle draw functions can just be implemented with a double for loop and the put pixel function.

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

No branches or pull requests

1 participant