Added GLES fixed-point types.
This commit is contained in:
parent
aeec10c94f
commit
f4b0e7238d
1 changed files with 5 additions and 1 deletions
|
@ -86,4 +86,8 @@ __GLXextFuncPtr IntPtr
|
|||
|
||||
VLServer IntPtr
|
||||
VLPath IntPtr
|
||||
VLNode IntPtr
|
||||
VLNode IntPtr
|
||||
|
||||
# Gles types.
|
||||
GLclampx, int
|
||||
GLfixed, int
|
Loading…
Reference in a new issue