Skip to content

vdrs small example of dynamic rendering extension in vulkan.

License

Notifications You must be signed in to change notification settings

eUltrabyte/vdrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Standard MIT License

Vulkan Dynamic Rendering Sample

vdrs is mine sample for dynamic rendering extension ( it's core in version 1.3 ) in vulkan.

Libraries

Vulkan SDK - Vulkan is a new generation graphics and compute API that provides high-efficiency, cross-platform access to modern graphics processing units, which are used in a wide variety of devices from PCs and consoles to mobile phones and embedded platforms.

glfw - Open source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.

Installation

Compilation should work under g++14, clang18 and latest msvc.

git clone https://github.com/eUltrabyte/vdrs.git
cd vdrs && mkdir Build
cd Build && cmake ..

After successful compilation you just need to run this sample.

Bugs

Bugs are reported to issue tracker

Report Example

Operating System:
CPU:
GPU:
Branch:
Short description:

About

vdrs small example of dynamic rendering extension in vulkan.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published