mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-13 10:55:29 +00:00
Updated tokens for ARB_vertex_array_object (issue [#595]).
This commit is contained in:
parent
9daced745e
commit
175117ceba
|
@ -726,7 +726,7 @@ passthru: /* Reuse tokens from ARB_texture_rg */
|
||||||
# use ARB_texture_rg RG32I
|
# use ARB_texture_rg RG32I
|
||||||
# use ARB_texture_rg RG32UI
|
# use ARB_texture_rg RG32UI
|
||||||
passthru: /* Reuse tokens from ARB_vertex_array_object */
|
passthru: /* Reuse tokens from ARB_vertex_array_object */
|
||||||
use ARB_vertex_array_object VERTEX_ARRAY_BINDING
|
# use ARB_vertex_array_object VERTEX_ARRAY_BINDING
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -6414,5 +6414,8 @@ FogPointerType enum:
|
||||||
TexCoordPointerType enum:
|
TexCoordPointerType enum:
|
||||||
use ARB_half_float_vertex HALF_FLOAT
|
use ARB_half_float_vertex HALF_FLOAT
|
||||||
|
|
||||||
|
# Promoted from ARB_vertex_array_objects
|
||||||
|
GetPName enum:
|
||||||
|
use ARB_vertex_array_object VERTEX_ARRAY_BINDING
|
||||||
|
|
||||||
# End (don't remove, or the last token may be missed!)
|
# End (don't remove, or the last token may be missed!)
|
||||||
|
|
|
@ -984,6 +984,7 @@ namespace OpenTK.Graphics
|
||||||
MaxCubeMapTextureSize = ((int)0X851c),
|
MaxCubeMapTextureSize = ((int)0X851c),
|
||||||
PackSubsampleRateSgix = ((int)0X85a0),
|
PackSubsampleRateSgix = ((int)0X85a0),
|
||||||
UnpackSubsampleRateSgix = ((int)0X85a1),
|
UnpackSubsampleRateSgix = ((int)0X85a1),
|
||||||
|
VertexArrayBinding = ((int)0X85b5),
|
||||||
NumCompressedTextureFormats = ((int)0X86a2),
|
NumCompressedTextureFormats = ((int)0X86a2),
|
||||||
CompressedTextureFormats = ((int)0X86a3),
|
CompressedTextureFormats = ((int)0X86a3),
|
||||||
StencilBackFunc = ((int)0X8800),
|
StencilBackFunc = ((int)0X8800),
|
||||||
|
@ -6369,7 +6370,6 @@ namespace OpenTK.Graphics
|
||||||
ContextFlags = ((int)0X821e),
|
ContextFlags = ((int)0X821e),
|
||||||
DepthBuffer = ((int)0X8223),
|
DepthBuffer = ((int)0X8223),
|
||||||
StencilBuffer = ((int)0X8224),
|
StencilBuffer = ((int)0X8224),
|
||||||
VertexArrayBinding = ((int)0X85b5),
|
|
||||||
VertexAttribArrayInteger = ((int)0X88fd),
|
VertexAttribArrayInteger = ((int)0X88fd),
|
||||||
MinProgramTexelOffset = ((int)0X8904),
|
MinProgramTexelOffset = ((int)0X8904),
|
||||||
MaxProgramTexelOffset = ((int)0X8905),
|
MaxProgramTexelOffset = ((int)0X8905),
|
||||||
|
|
Loading…
Reference in a new issue