mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 16:55:28 +00:00
Specific enums for Version20 "Half Float" additions.
This commit is contained in:
parent
92a65a14f2
commit
8476fd740f
|
@ -452,7 +452,7 @@ GetQueryObjectParam enum:
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# OpenGL 2.0 enums
|
# OpenGL 2.0 enums (edited for OpenTK)
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
@ -542,6 +542,12 @@ VERSION_2_0 enum:
|
||||||
STENCIL_BACK_VALUE_MASK = 0x8CA4 # ARB_stencil_two_side
|
STENCIL_BACK_VALUE_MASK = 0x8CA4 # ARB_stencil_two_side
|
||||||
STENCIL_BACK_WRITEMASK = 0x8CA5 # ARB_stencil_two_side
|
STENCIL_BACK_WRITEMASK = 0x8CA5 # ARB_stencil_two_side
|
||||||
|
|
||||||
|
# Half Float (http://www.opengl.org/registry/specs/ARB/half_float_pixel.txt)
|
||||||
|
PixelType enum:
|
||||||
|
HALF_FLOAT = 0x140B
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# OpenGL 2.1 enums
|
# OpenGL 2.1 enums
|
||||||
|
|
Loading…
Reference in a new issue