1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-05-13 09:42:11 +00:00
Opentk/Source/OpenTK/Compute/CLHelper.cs

11 lines
157 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Compute
{
public static partial class CL
{
}
}