Skip to content

Commit

Permalink
Merge pull request flibitijibibo#88 from Mailaender/minitk
Browse files Browse the repository at this point in the history
Added generic RenderbufferStorage.DepthComponent
  • Loading branch information
flibitijibibo committed Jul 8, 2015
2 parents 5ea01f5 + b73eef6 commit 2bdff17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/MiniTK/Graphics/OpenGL/GLEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41987,6 +41987,10 @@ public enum RenderbufferStorage : int
/// </summary>
Rgba16 = ((int)0x805B) ,
/// <summary>
/// Original was GL_DEPTH_COMPONENT = 0x1902
/// </summary>
DepthComponent = ((int)0x1902) ,
/// <summary>
/// Original was GL_DEPTH_COMPONENT16 = 0x81a5
/// </summary>
DepthComponent16 = ((int)0x81a5) ,
Expand Down

0 comments on commit 2bdff17

Please sign in to comment.