Skip to content

Instantly share code, notes, and snippets.

View ninekorn's full-sized avatar
💤

nine ninekorn

💤
View GitHub Profile
@ninekorn
ninekorn / Program.cs
Created January 1, 2023 16:17 — forked from oguna/Program.cs
Sum operation on DirectCompute ( SharpDX )
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SharpDX;
using SharpDX.Direct3D11;
using SharpDX.Direct3D;
using Buffer = SharpDX.Direct3D11.Buffer;