Added GLES fixed-point types.
This commit is contained in:
parent
898da8b5f9
commit
d5af14766a
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