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

Add trait PlayerGLContext #241

Merged
merged 2 commits into from Apr 30, 2019
Merged

Commits on Apr 30, 2019

  1. Add trait PlayerGLContext

    PlayerGLContext will provide the GL context paratemers required to
    create a Render object. If those parameters are supported by the
    Render, it will setup a GL rendering pipeline and will handle the
    frames in form of GL Textures.
    
    The PlayerGLContext is passed to the player at its instantiation.
    ceyusa authored and ferjm committed Apr 30, 2019
    Copy the full SHA
    8a8dc95 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ferjm committed Apr 30, 2019
    Copy the full SHA
    16fdf92 View commit details
    Browse the repository at this point in the history