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.
- Host: GitHub
- URL: https://github.com/jonathanwoollett-light/vulkan-012
- Owner: JonathanWoollett-Light
- License: apache-2.0
- Created: 2021-01-12T22:59:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T01:38:38.000Z (about 5 years ago)
- Last Synced: 2025-01-30T19:19:08.251Z (about 1 year ago)
- Topics: compute, example, gpgpu, vulkan
- Language: C++
- Homepage:
- Size: 3.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,...]`