An open API service indexing awesome lists of open source software.

https://github.com/jonathanwoollett-light/vulkan-012

'Hello World!' for Vulkan compute.
https://github.com/jonathanwoollett-light/vulkan-012

compute example gpgpu vulkan

Last synced: 8 months ago
JSON representation

'Hello World!' for Vulkan compute.

Awesome Lists containing this project

README

          

# 'Hello World!' for Vulkan Compute

Setting an array's values to its indicies.

`[0,0,0,...]` → `[0,1,2,...]`