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

Renamed "cap" parameter of "glEnable", "glDisable", "glIsEnabled" commands to "target" #593

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

Commits on Oct 28, 2023

  1. Renamed "cap" parameter of "glEnable", "glDisable", "glIsEnabled" com…

    …mands to "target"
    
    The renaming was done to be consistent with "glEnablei", "glDisablei" and "glIsEnabledi" commands (both in this XML and in the specification PDFs). Note that the parameter of "glIsEnabled" command should technically be called "value" (according to the specification PDFs), but it was renamed to "target" for sake of consistency among all the related commands. Alternatively, it can be renamed to "value" again to completely match the specifications
    Rytis-Stan committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    781dd6b View commit details
    Browse the repository at this point in the history
  2. Renamed "cap" parameter of "glEnable", "glDisable", "glIsEnabled" com…

    …mands to "target"
    
    The renaming was done to be consistent with "glEnablei", "glDisablei" and "glIsEnabledi" commands (both in this XML and in the specification PDFs). Note that the parameter of "glIsEnabled" command should technically be called "value" (according to the specification PDFs), but it was renamed to "target" for sake of consistency among all the related commands. Alternatively, it can be renamed to "value" again to completely match the specifications
    Rytis-Stan committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    9accd00 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    a5f2d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0524129 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    b6fd8f0 View commit details
    Browse the repository at this point in the history