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.
- Host: GitHub
- URL: https://github.com/nvpro-samples/gl_vk_chopper
- Owner: nvpro-samples
- License: apache-2.0
- Created: 2016-02-16T14:45:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T07:20:35.000Z (over 1 year ago)
- Last Synced: 2024-09-07T08:35:02.532Z (over 1 year ago)
- Topics: vulkan
- Language: C++
- Size: 11.2 MB
- Stars: 204
- Watchers: 22
- Forks: 45
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-vulkan - gl_vk_chopper - Simple vulkan rendering example. (Samples)
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.

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.