vulkan-compute-shaders
There are 20 repositories under vulkan-compute-shaders topic.
google/clspv
Clspv is a compiler for OpenCL C to Vulkan compute shaders
Glavnokoman/vuh
Vulkan compute for people
enjiushi/VulkanLearn
Render lab built on top of vulkan, aiming to create a real time planet scale large scene. Also some widely adopted techs are implemented, such as deferred rendering, physical based rendering, bloom, screen space ambient occlusion, screen space reflection, depth of field, skeleton animation, etc
google/amber
Amber is a multi-API shader test framework
Glavnokoman/vulkan-compute-example
Simple example of using Vulkan for GPGPU computing
mikeroyal/Vulkan-Guide
Vulkan Guide
plopgrizzly/barg
A GUI toolkit & 3D graphics renderer.
Paul-Hubert/fantastic-octree
Vulkan Project, attempt at dynamic terrain using gpu marching cubes
andrecunha/mandelbrot_vulkan_cpp
Demo application that uses the Vulkan C++ API to draw a Mandelbrot fractal.
Owlkaline/Maat-Graphics
Vulkan Game Engine, order from chaos.
michaeljm116/PrincipiaEngine
Ray-traced game engine. Uses Vulkan w/Compute, Artemis ECS, Dear ImGUI, Bullet 3
esettes/compute_shader_vulkan
Hello World-like program with Vulkan. Initialization to execute compute shaders.
kumaashi/ODEN
ODEN is design ideas for the complexity of modern GPU API.
theswiftfox/vulkanComputeExample
Example for Vulkan Compute Shaders
Fur0rem/Culkan
A minimalist wrapper around the Vulkan API to write easy, portable, and (somewhat) safe compute shaders in C
MrMagnifico/vulkan-compute-exercises
Personal solutions to TU Wien's Vulkan compute exercises set
shuwang1/Example_1_Vulkan
Vulkan Example 1, Vulkan Compute Matrix Transposition
vladiant/VulkanSamples
Vulkan code samples
McDaMastR/CollatzConjectureSimulator
Efficiently calculate the longest total stopping times of Collatz sequences.