Skip to content
/ vkdemos Public

Single file minimal Vulkan example(s)

License

Notifications You must be signed in to change notification settings

elecro/vkdemos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f602f70 · May 6, 2024

History

21 Commits
Jul 14, 2023
May 6, 2024
May 6, 2024
Nov 13, 2020
Oct 31, 2022
Nov 13, 2020
Nov 16, 2020
Oct 31, 2022
Jul 11, 2020
Nov 16, 2020

Repository files navigation

Single file Vulkan example(s)

vktriangle

Draws a triangle and saves it as a ppm image (with minimal "helper" methods).

See start of the vktriangle.cpp file on details how to compile and run.

vktriangle_vertex

Draws a triangle using a single vertex input and saves it as a ppm image (with minimal "helper" methods).

See start of the vktriangle_vertex.cpp file on details how to compile and run.

Compare to the previous one to see the differences.

vktriangle_glfw

Draws a triangle using a single vertex input on screen with GLFW and also saves it a frame to a ppm image (with minimal "helper" methods).

See start of the vktriangle_glfw.cpp file on details how to compile and run.

Compare to the previous one to see the differences.

vktriangle_descriptor

Draws a triangle using a single vertex input and a uniform buffer on screen with GLFW and also saves a frame to a ppm image (with minimal "helper" methods).

See start of the vktriangle_descriptor.cpp file on details how to compile and run.

Compare to the previous one to see the differences.

vktriangle_subpass

Draws a triangle using a multiple subpasses on screen with GLFW.

See start of the vktriangle_subpass.cpp file on details how to compile and run.

About

Single file minimal Vulkan example(s)

Resources

License

Stars

Watchers

Forks