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

Added a new interface for OpenGL objects and added a new constructor for ShaderProgram using it. #7381

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2024

  1. Added 2 new constructors

    Added a constructor to add shaders from existing sources and a blank one just to enable full compatability.
    LunarOlympian committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f3ba9ac View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    bcbb585 View commit details
    Browse the repository at this point in the history
  2. Redid the bandaid fix to ShaderProgram and added a more flexible inte…

    …rface that should help in the future.
    LunarOlympian committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0f10670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60af0af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddbe4ad View commit details
    Browse the repository at this point in the history