Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 548 Bytes

File metadata and controls

19 lines (16 loc) · 548 Bytes

Sample Vulkan Process for Nodos

This folder contains a sample app for Nodos using Vulkan, with texture sharing & synchronization.

Build Instructions

  1. Download latest Nodos release from nodos.dev
  2. Clone the repository to the desired directory
git clone https://github.com/mediaz/nos-vulkan-app-sample.git --recurse-submodules
  1. Generate project files using CMake:
cmake -S . -B Project -DNOSMAN_WORKSPACE_DIR=<path to Nodos workspace>
  1. Build the project:
cmake --build Project