Skip to content

related to virglrender-vulkan: basic compute test application

License

Notifications You must be signed in to change notification settings

Keenuts/vulkan-compute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan compute - minimal app

This is a minimal application running a simple vulkan compute shader. No complex sync, or stuff:

  • initiialize a vulkan app with somethine, probably first GPU found
  • update buffers
  • wait idle
  • run compute shader
  • wait idle
  • get results

I originally used this repo to manually test a driver implementation, now I use it to validate some shader compilation bits. Maybe it doesn't work on your machine. Feel free to send an issue or PR if that's the case. I'll look into it when I have time 😊

About

related to virglrender-vulkan: basic compute test application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published