https://github.com/LunarG/VulkanSamples
Vulkan Samples
https://github.com/LunarG/VulkanSamples
Last synced: 9 months ago
JSON representation
Vulkan Samples
- Host: GitHub
- URL: https://github.com/LunarG/VulkanSamples
- Owner: LunarG
- License: other
- Archived: true
- Created: 2015-06-10T22:39:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T18:49:36.000Z (over 4 years ago)
- Last Synced: 2024-09-27T03:22:03.935Z (over 1 year ago)
- Language: C++
- Size: 64 MB
- Stars: 1,374
- Watchers: 115
- Forks: 304
- Open Issues: 15
-
Metadata Files:
- Readme: README-contrib.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-vulkan - LunarG's Samples
README
# Contributing Vulkan Samples
Contributions to the Vulkan Samples Kit effort are encouraged!
## General Requirements
- All contributions MUST have an Apache-style license.
## Procedure for Contributing
0. contact LunarG for access to the VulkanSamplesKit repository
1. clone the VulkanSamplesKit repository
2. create a new branch for your work
3. add contributions to your new branch
4. ensure the requirements in src/README.md are met and the branch builds
5. submit a pull/merge request for your branch