mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 11:16:48 +00:00
Mapped uchar to byte.
This commit is contained in:
parent
31f20422d1
commit
6492945554
|
@ -111,6 +111,7 @@ size_t, IntPtr
|
||||||
cl_bool, bool
|
cl_bool, bool
|
||||||
cl_int, int
|
cl_int, int
|
||||||
cl_uint, uint
|
cl_uint, uint
|
||||||
|
uchar, byte
|
||||||
|
|
||||||
cl_addressing_mode, AddressingMode
|
cl_addressing_mode, AddressingMode
|
||||||
cl_command_queue_info, CommandQueueInfo
|
cl_command_queue_info, CommandQueueInfo
|
||||||
|
|
Loading…
Reference in a new issue