1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-06-01 01:40:26 +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
{
}
}