mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-13 13:36:27 +00:00
11 lines
157 B
C#
11 lines
157 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace OpenTK.Compute
|
|||
|
{
|
|||
|
public static partial class CL
|
|||
|
{
|
|||
|
}
|
|||
|
}
|