Skip to content

Coincadink/Vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan

Installation

Note

These installation steps are specifically designed for Unix machines. Functionality may vary on a Windows operating system.

Ensure that you have the VulkanSDK installed to your device.

Using git, clone this repository onto your device.

git clone https://github.com/Coincadink/Vulkan

Now, moving inside the project directory, propagate the git submodules into your project.

cd Vulkan
git submodule init
git submodule update

Finally, to build and run utilizing CMake:

mkdir build
cd build
cmake ..
make
./Vulkan

About

A basic Vulkan project to develop a compute pipeline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published