Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GameTechDev/PracticalVulkan
Repository with code samples for "API without Secrets: The Practical Approach to Vulkan" series of articles.
https://github.com/GameTechDev/PracticalVulkan
c-plus-plus khronos vulkan vulkan-api
Last synced: 28 days ago
JSON representation
Repository with code samples for "API without Secrets: The Practical Approach to Vulkan" series of articles.
- Host: GitHub
- URL: https://github.com/GameTechDev/PracticalVulkan
- Owner: GameTechDev
- License: apache-2.0
- Archived: true
- Created: 2018-08-24T08:38:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:53:39.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T02:10:30.942Z (4 months ago)
- Topics: c-plus-plus, khronos, vulkan, vulkan-api
- Language: C++
- Homepage:
- Size: 1.18 MB
- Stars: 119
- Watchers: 12
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- AwesomeCppGameDev - PracticalVulkan
README
# DISCONTINUATION OF PROJECT #
This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
# API without Secrets: The Practical Approach to Vulkan
by Pawel LapinskiSource code examples for **"*API without Secrets: The Practical Approach to Vulkan*"** series of articles available at:
https://software.intel.com/en-us/articles/api-without-secrets-the-practical-approach-to-vulkan-preface
## API without Secrets: Introduction to Vulkan
**"*Introduction to Vulkan*"** tutorial can be found at:
https://software.intel.com/en-us/articles/api-without-secrets-introduction-to-vulkan-preface
with code samples available at:
https://github.com/GameTechDev/IntroductionToVulkan
## Drivers:
Vulkan drivers and other related resources can be found at https://www.khronos.org/vulkan/
## Articles:
### [01 - Frame Resources Count](./Project/Samples/01%20-%20Frame%20Resources%20Count/)
#### https://software.intel.com/en-us/articles/api-without-secrets-the-practical-approach-to-vulkan-part-1
This sample shows how the number of sets of resources, used to independently prepare frames of animation, influences performance of a Vulkan application.