Skip to content

ulisesten/vulkan-cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Cube

Not working on Windows yet, but you can test it and add the missing libraries for the windows part

Documentation is in the Tutorial folder

Building

On terminal

git submodule update --init --recursive
mkdir build
cmake -S . -B build
make -C build

Running

On terminal

./build/vulkan

On Linux you may need to modify sysctl file

On terminal

sudo gedit /etc/sysctl.conf

It will open gedit

Add the following line at the end of file and save it

dev.i915.perf_stream_paranoid=0

On terminal type this to apply changes

sudo sysctl -p

Screenshot

Cube Screenshot

About

Tutorial for the Vulkan Cube example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages