An open API service indexing awesome lists of open source software.

https://github.com/nvpro-samples/gl_vk_chopper

Simple vulkan rendering example.
https://github.com/nvpro-samples/gl_vk_chopper

vulkan

Last synced: about 1 year ago
JSON representation

Simple vulkan rendering example.

Awesome Lists containing this project

README

          

# DEPRECATED

This sample is from earlier versions of the Vulkan API and we do not recommend it anymore.

# gl_vk_chopper

Simple Vulkan rendering example.

![Sample screenshot: Helicopters fly through the sky above an ocean.](https://raw.githubusercontent.com/nvpro-samples/gl_vk_chopper/master/doc/chopper.png)

This sets up the Vulkan Device, queue, etc., loads a model from a bespoke file format along with associated materials and textures, and renders with a single thread.