dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
759 stars 299 forks source link

OpenGL 4 additions to OpenGLExtensions.cs #219

Closed ftlPhysicsGuy closed 1 year ago

ftlPhysicsGuy commented 1 year ago

Modifies OpenGLExtensions.cs by adding the ability to call glPatchParametri and adding constants related to tessellation shaders and patches: GL_TESS_EVALUATION_SHADER, GL_TESS_CONTROL_SHADER, GL_PATCH_VERTICES, GL_PATCH_DEFAULT_INNER_LEVEL, GL_PATCH_DEFAULT_OUTER_LEVEL

codecov[bot] commented 1 year ago

Codecov Report

Merging #219 (dc1f021) into master (a37721c) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #219   +/-   ##
======================================
  Coverage    3.16%   3.16%           
======================================
  Files          90      90           
  Lines        3697    3697           
  Branches      657     657           
======================================
  Hits          117     117           
  Misses       3575    3575           
  Partials        5       5           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dwmkerr commented 1 year ago

This is great thanks @ftlPhysicsGuy !