mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 05:35:38 +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
|
||||
GLintptrARB, IntPtr
|
||||
GLhandleARB, UInt32
|
||||
GLhalfARB, OpenTK.Half
|
||||
GLhalfNV, OpenTK.Half
|
||||
GLhalfARB, Half
|
||||
GLhalfNV, Half
|
||||
GLcharARB, Char
|
||||
|
||||
# 64 bit types (introduced in 2.1)
|
||||
|
|
Loading…
Reference in a new issue