mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 14:50:59 +00:00
Added GLES fixed-point types.
This commit is contained in:
parent
aeec10c94f
commit
f4b0e7238d
|
@ -86,4 +86,8 @@ __GLXextFuncPtr IntPtr
|
||||||
|
|
||||||
VLServer IntPtr
|
VLServer IntPtr
|
||||||
VLPath IntPtr
|
VLPath IntPtr
|
||||||
VLNode IntPtr
|
VLNode IntPtr
|
||||||
|
|
||||||
|
# Gles types.
|
||||||
|
GLclampx, int
|
||||||
|
GLfixed, int
|
Loading…
Reference in a new issue