Updated tokens for ARB_vertex_array_object (issue [#595]).
This commit is contained in:
parent
978ccdd6f5
commit
cd9b0ff5c7
2 changed files with 5 additions and 2 deletions
|
@ -726,7 +726,7 @@ passthru: /* Reuse tokens from ARB_texture_rg */
|
|||
# use ARB_texture_rg RG32I
|
||||
# use ARB_texture_rg RG32UI
|
||||
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:
|
||||
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!)
|
||||
|
|
|
@ -984,6 +984,7 @@ namespace OpenTK.Graphics
|
|||
MaxCubeMapTextureSize = ((int)0X851c),
|
||||
PackSubsampleRateSgix = ((int)0X85a0),
|
||||
UnpackSubsampleRateSgix = ((int)0X85a1),
|
||||
VertexArrayBinding = ((int)0X85b5),
|
||||
NumCompressedTextureFormats = ((int)0X86a2),
|
||||
CompressedTextureFormats = ((int)0X86a3),
|
||||
StencilBackFunc = ((int)0X8800),
|
||||
|
@ -6369,7 +6370,6 @@ namespace OpenTK.Graphics
|
|||
ContextFlags = ((int)0X821e),
|
||||
DepthBuffer = ((int)0X8223),
|
||||
StencilBuffer = ((int)0X8224),
|
||||
VertexArrayBinding = ((int)0X85b5),
|
||||
VertexAttribArrayInteger = ((int)0X88fd),
|
||||
MinProgramTexelOffset = ((int)0X8904),
|
||||
MaxProgramTexelOffset = ((int)0X8905),
|
||||
|
|
Loading…
Reference in a new issue