mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 20:25:36 +00:00
Set eol-style: native and mime-type: text/plain properties.
This commit is contained in:
parent
a3d1902ab2
commit
eb8358a215
File diff suppressed because it is too large
Load diff
|
@ -1,28 +1,28 @@
|
||||||
#GLUnurbs GLUnurbs
|
#GLUnurbs GLUnurbs
|
||||||
#GLUTesselator GLUTesselator
|
#GLUTesselator GLUTesselator
|
||||||
#GLUquadric GLUquadric
|
#GLUquadric GLUquadric
|
||||||
|
|
||||||
# Unknown types (try to infer!)
|
# Unknown types (try to infer!)
|
||||||
NurbsObj IntPtr # Nurbs
|
NurbsObj IntPtr # Nurbs
|
||||||
QuadricObj IntPtr # Quadric
|
QuadricObj IntPtr # Quadric
|
||||||
TesselatorObj IntPtr # Tesselator
|
TesselatorObj IntPtr # Tesselator
|
||||||
FunctionPointer Delegate #IntPtr
|
FunctionPointer Delegate #IntPtr
|
||||||
|
|
||||||
VoidPointer GLvoid* # VoidPointer
|
VoidPointer GLvoid* # VoidPointer
|
||||||
Float64 Float64
|
Float64 Float64
|
||||||
Float64Pointer Float64Pointer
|
Float64Pointer Float64Pointer
|
||||||
Float32 Float32
|
Float32 Float32
|
||||||
Float32Pointer Float32Pointer
|
Float32Pointer Float32Pointer
|
||||||
SizeI GLsizei
|
SizeI GLsizei
|
||||||
Sizei GLsizei
|
Sizei GLsizei
|
||||||
UInt8 GLubyte
|
UInt8 GLubyte
|
||||||
Uint8 GLubyte
|
Uint8 GLubyte
|
||||||
|
|
||||||
# Enum types (find Tao-compatible solution!)
|
# Enum types (find Tao-compatible solution!)
|
||||||
TextureTarget TextureTarget
|
TextureTarget TextureTarget
|
||||||
PixelFormat PixelFormat
|
PixelFormat PixelFormat
|
||||||
PixelType PixelType
|
PixelType PixelType
|
||||||
MapTarget MapTarget
|
MapTarget MapTarget
|
||||||
Boolean GLboolean
|
Boolean GLboolean
|
||||||
|
|
||||||
SGIS_texture_filter4 SgisTextureFilter4
|
SGIS_texture_filter4 SgisTextureFilter4
|
|
@ -1,30 +1,30 @@
|
||||||
BOOL,*,*, BOOL,*,*
|
BOOL,*,*, BOOL,*,*
|
||||||
DWORD,*,*, DWORD,*,*
|
DWORD,*,*, DWORD,*,*
|
||||||
FLOAT,*,*, FLOAT,*,*
|
FLOAT,*,*, FLOAT,*,*
|
||||||
GLboolean,*,*, GLboolean,*,*
|
GLboolean,*,*, GLboolean,*,*
|
||||||
GLfloat,*,*, GLfloat,*,*
|
GLfloat,*,*, GLfloat,*,*
|
||||||
GLsizei,*,*, GLsizei,*,*
|
GLsizei,*,*, GLsizei,*,*
|
||||||
GLuint,*,*, GLuint,*,*
|
GLuint,*,*, GLuint,*,*
|
||||||
GLushort,*,*, GLushort,*,*
|
GLushort,*,*, GLushort,*,*
|
||||||
HANDLE,*,*, HANDLE,*,*
|
HANDLE,*,*, HANDLE,*,*
|
||||||
HDC,*,*, HDC,*,*
|
HDC,*,*, HDC,*,*
|
||||||
HGLRC,*,*, HGLRC,*,*
|
HGLRC,*,*, HGLRC,*,*
|
||||||
HPBUFFERARB,*,*, HPBUFFERARB,*,*
|
HPBUFFERARB,*,*, HPBUFFERARB,*,*
|
||||||
HPBUFFEREXT,*,*, HPBUFFEREXT,*,*
|
HPBUFFEREXT,*,*, HPBUFFEREXT,*,*
|
||||||
INT32,*,*, INT32,*,*
|
INT32,*,*, INT32,*,*
|
||||||
INT64,*,*, INT64,*,*
|
INT64,*,*, INT64,*,*
|
||||||
LPVOID,*,*, LPVOID,*,*
|
LPVOID,*,*, LPVOID,*,*
|
||||||
#String,*,*, const char *,*,*
|
#String,*,*, const char *,*,*
|
||||||
UINT,*,*, UINT,*,*
|
UINT,*,*, UINT,*,*
|
||||||
USHORT,*,*, USHORT,*,*
|
USHORT,*,*, USHORT,*,*
|
||||||
VOID,*,*, VOID,*,*
|
VOID,*,*, VOID,*,*
|
||||||
VoidPointer,*,*, void*,*,*
|
VoidPointer,*,*, void*,*,*
|
||||||
float,*,*, float,*,*
|
float,*,*, float,*,*
|
||||||
int,*,*, int,*,*
|
int,*,*, int,*,*
|
||||||
#void,*,*, *,*,*
|
#void,*,*, *,*,*
|
||||||
PIXELFORMATDESCRIPTOR,*,*, PIXELFORMATDESCRIPTOR,*,*
|
PIXELFORMATDESCRIPTOR,*,*, PIXELFORMATDESCRIPTOR,*,*
|
||||||
LAYERPLANEDESCRIPTOR,*,*, LAYERPLANEDESCRIPTOR,*,*
|
LAYERPLANEDESCRIPTOR,*,*, LAYERPLANEDESCRIPTOR,*,*
|
||||||
GLYPHMETRICSFLOAT,*,*, GLYPHMETRICSFLOAT,*,*
|
GLYPHMETRICSFLOAT,*,*, GLYPHMETRICSFLOAT,*,*
|
||||||
COLORREF,*,*, Int32,*,*
|
COLORREF,*,*, Int32,*,*
|
||||||
LPCSTR,*,*, String,*,*
|
LPCSTR,*,*, String,*,*
|
||||||
PROC,*,*, IntPtr,*,*
|
PROC,*,*, IntPtr,*,*
|
||||||
|
|
|
@ -1,88 +1,88 @@
|
||||||
# Normal types.
|
# Normal types.
|
||||||
GLsizei, Int32
|
GLsizei, Int32
|
||||||
GLsizeiptr, IntPtr
|
GLsizeiptr, IntPtr
|
||||||
GLintptr, IntPtr
|
GLintptr, IntPtr
|
||||||
# GLenum, Int32
|
# GLenum, Int32
|
||||||
GLboolean, bool # Boolean # Int32
|
GLboolean, bool # Boolean # Int32
|
||||||
GLbitfield, UInt32
|
GLbitfield, UInt32
|
||||||
# GLvoid*, IntPtr
|
# GLvoid*, IntPtr
|
||||||
# GLvoid, Void #Object
|
# GLvoid, Void #Object
|
||||||
GLchar, Char
|
GLchar, Char
|
||||||
GLbyte, SByte
|
GLbyte, SByte
|
||||||
GLubyte, Byte
|
GLubyte, Byte
|
||||||
GLshort, Int16
|
GLshort, Int16
|
||||||
GLushort, UInt16
|
GLushort, UInt16
|
||||||
GLint, Int32
|
GLint, Int32
|
||||||
GLuint, UInt32
|
GLuint, UInt32
|
||||||
GLfloat, Single
|
GLfloat, Single
|
||||||
GLclampf, Single
|
GLclampf, Single
|
||||||
GLdouble, Double
|
GLdouble, Double
|
||||||
GLclampd, Double
|
GLclampd, Double
|
||||||
GLstring, String
|
GLstring, String
|
||||||
|
|
||||||
PixelInternalFormat, PixelInternalFormat
|
PixelInternalFormat, PixelInternalFormat
|
||||||
|
|
||||||
# ARB and NV types.
|
# ARB and NV types.
|
||||||
GLsizeiptrARB, IntPtr
|
GLsizeiptrARB, IntPtr
|
||||||
GLintptrARB, IntPtr
|
GLintptrARB, IntPtr
|
||||||
GLhandleARB, UInt32
|
GLhandleARB, UInt32
|
||||||
GLhalfARB, UInt16
|
GLhalfARB, UInt16
|
||||||
GLhalfNV, UInt16
|
GLhalfNV, UInt16
|
||||||
GLcharARB, Char
|
GLcharARB, Char
|
||||||
|
|
||||||
# 64 bit types (introduced in 2.1)
|
# 64 bit types (introduced in 2.1)
|
||||||
GLint64EXT, Int64
|
GLint64EXT, Int64
|
||||||
GLuint64EXT, UInt64
|
GLuint64EXT, UInt64
|
||||||
GLint64, Int64
|
GLint64, Int64
|
||||||
GLuint64, UInt64
|
GLuint64, UInt64
|
||||||
|
|
||||||
# Wgl types.
|
# Wgl types.
|
||||||
PROC, IntPtr
|
PROC, IntPtr
|
||||||
LPCSTR, String
|
LPCSTR, String
|
||||||
COLORREF, Int32
|
COLORREF, Int32
|
||||||
BOOL, Boolean
|
BOOL, Boolean
|
||||||
DWORD, Int32
|
DWORD, Int32
|
||||||
FLOAT, Single
|
FLOAT, Single
|
||||||
HANDLE, IntPtr
|
HANDLE, IntPtr
|
||||||
HDC, IntPtr
|
HDC, IntPtr
|
||||||
HGLRC, IntPtr
|
HGLRC, IntPtr
|
||||||
HPBUFFERARB, IntPtr #HPBUFFERARB
|
HPBUFFERARB, IntPtr #HPBUFFERARB
|
||||||
HPBUFFEREXT, IntPtr #HPBUFFEREXT
|
HPBUFFEREXT, IntPtr #HPBUFFEREXT
|
||||||
INT32, Int32
|
INT32, Int32
|
||||||
INT64, Int64
|
INT64, Int64
|
||||||
LPVOID, void*
|
LPVOID, void*
|
||||||
#String, const char *
|
#String, const char *
|
||||||
UINT, UInt32
|
UINT, UInt32
|
||||||
USHORT, UInt16
|
USHORT, UInt16
|
||||||
VOID, void
|
VOID, void
|
||||||
VoidPointer, void*
|
VoidPointer, void*
|
||||||
float, float
|
float, float
|
||||||
int, int
|
int, int
|
||||||
#void, *
|
#void, *
|
||||||
|
|
||||||
# Glu types.
|
# Glu types.
|
||||||
Float64 double
|
Float64 double
|
||||||
Float64Pointer double*
|
Float64Pointer double*
|
||||||
Float32 float
|
Float32 float
|
||||||
Float32Pointer float*
|
Float32Pointer float*
|
||||||
|
|
||||||
# Glx types.
|
# Glx types.
|
||||||
Void void
|
Void void
|
||||||
Bool bool
|
Bool bool
|
||||||
int64_t long
|
int64_t long
|
||||||
int32_t int
|
int32_t int
|
||||||
|
|
||||||
Display IntPtr
|
Display IntPtr
|
||||||
Window IntPtr
|
Window IntPtr
|
||||||
Pixmap IntPtr
|
Pixmap IntPtr
|
||||||
Colormap IntPtr
|
Colormap IntPtr
|
||||||
|
|
||||||
GLXWindow IntPtr
|
GLXWindow IntPtr
|
||||||
GLXContext IntPtr
|
GLXContext IntPtr
|
||||||
GLXDrawable IntPtr
|
GLXDrawable IntPtr
|
||||||
GLXPixmap IntPtr
|
GLXPixmap IntPtr
|
||||||
__GLXextFuncPtr IntPtr
|
__GLXextFuncPtr IntPtr
|
||||||
|
|
||||||
VLServer IntPtr
|
VLServer IntPtr
|
||||||
VLPath IntPtr
|
VLPath IntPtr
|
||||||
VLNode IntPtr
|
VLNode IntPtr
|
Loading…
Reference in a new issue