mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 09:16:44 +00:00
Added ColorAttachmenti tokens to ReadBufferMode enum. Fixes issue [#1140]: "ColorAttachment values on ReadBufferMode".
This commit is contained in:
parent
f6da09177e
commit
b5cd97c693
|
@ -9226,6 +9226,22 @@ namespace OpenTK.Graphics.OpenGL
|
||||||
Aux1 = ((int)0X040a),
|
Aux1 = ((int)0X040a),
|
||||||
Aux2 = ((int)0X040b),
|
Aux2 = ((int)0X040b),
|
||||||
Aux3 = ((int)0X040c),
|
Aux3 = ((int)0X040c),
|
||||||
|
ColorAttachment0 = ((int)0X8ce0),
|
||||||
|
ColorAttachment1 = ((int)0X8ce1),
|
||||||
|
ColorAttachment2 = ((int)0X8ce2),
|
||||||
|
ColorAttachment3 = ((int)0X8ce3),
|
||||||
|
ColorAttachment4 = ((int)0X8ce4),
|
||||||
|
ColorAttachment5 = ((int)0X8ce5),
|
||||||
|
ColorAttachment6 = ((int)0X8ce6),
|
||||||
|
ColorAttachment7 = ((int)0X8ce7),
|
||||||
|
ColorAttachment8 = ((int)0X8ce8),
|
||||||
|
ColorAttachment9 = ((int)0X8ce9),
|
||||||
|
ColorAttachment10 = ((int)0X8cea),
|
||||||
|
ColorAttachment11 = ((int)0X8ceb),
|
||||||
|
ColorAttachment12 = ((int)0X8cec),
|
||||||
|
ColorAttachment13 = ((int)0X8ced),
|
||||||
|
ColorAttachment14 = ((int)0X8cee),
|
||||||
|
ColorAttachment15 = ((int)0X8cef),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum RenderbufferParameterName
|
public enum RenderbufferParameterName
|
||||||
|
|
Loading…
Reference in a new issue