mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 16:55:28 +00:00
Removed OpenTK qualifier from Half type. This will be useful for future work on reducing number of delegate types.
This commit is contained in:
parent
da5630f2f6
commit
955478c81c
|
@ -26,8 +26,8 @@ PixelInternalFormat, PixelInternalFormat
|
||||||
GLsizeiptrARB, IntPtr
|
GLsizeiptrARB, IntPtr
|
||||||
GLintptrARB, IntPtr
|
GLintptrARB, IntPtr
|
||||||
GLhandleARB, UInt32
|
GLhandleARB, UInt32
|
||||||
GLhalfARB, OpenTK.Half
|
GLhalfARB, Half
|
||||||
GLhalfNV, OpenTK.Half
|
GLhalfNV, Half
|
||||||
GLcharARB, Char
|
GLcharARB, Char
|
||||||
|
|
||||||
# 64 bit types (introduced in 2.1)
|
# 64 bit types (introduced in 2.1)
|
||||||
|
|
Loading…
Reference in a new issue