volk_vma_compute_demo

Minimum Vulkan Compute Demo using Volk as a Vulkan loader and VulkanMemoryAllocator as a memory manager

Pure Nim score 15/100 · last commit 2018-10-08 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 1
Open Issues 0
Last Commit 2018-10-08
Downloads 0
Last Indexed 2026-08-12 05:10

Installation

nimble install volk_vma_compute_demo
choosenim install volk_vma_compute_demo
git clone https://gitlab.com/zmichaels11/volk_vma_compute_demo

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
volk_vma_compute_demo - - - - - - -

README

Minimum Vulkan Compute Shader Demo + Vulkan Memory Allocator

Demo executes a single compute shader and exits.

Dependencies

How to compile shaders

$ glslc -c src/main/glsl/square.comp -o square.comp.spv