aras-p / smol-compute

A tiny library for launching compute shaders on D3D11, Metal and Vulkan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smol-compute: a small library for compute shader stuffs

A tiny library that allows creating some data buffers and launching compute shaders on the GPU. With D3D11, Metal and Vulkan implementations at the moment.

Very very work in progress, you really don't want to use it for anything yet.

License

License for the library itself is MIT.

However, the test source code includes several external library source files (all under tests/code/external), each with their own license:

About

A tiny library for launching compute shaders on D3D11, Metal and Vulkan

License:MIT License


Languages

Language:C 66.0%Language:C++ 21.4%Language:Metal 6.4%Language:HLSL 6.1%Language:Objective-C++ 0.1%