mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 01:00:33 +00:00
Mapped uchar to byte.
This commit is contained in:
parent
8b374c9c70
commit
130831cc3b
|
@ -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