Merge pull request #88 from Mailaender/minitk

Added generic RenderbufferStorage.DepthComponent
minitk
Ethan Lee 2015-07-08 14:34:02 -04:00
commit 2bdff17d3c
1 changed files with 4 additions and 0 deletions

View File

@ -41987,6 +41987,10 @@ namespace OpenTK.Graphics.OpenGL
/// </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) ,