Skip to content
Repository with code samples for "API without Secrets: The Practical Approach to Vulkan" series of articles.
C++ C Other
Branch: master
Clone or download

Latest commit

Ekzuzy Fixed problem with errors thrown by vkAcquireNextImageKHR() and vkQue…
…uePresentKHR() functions being incorrectly handled.
Latest commit 2ee3082 Sep 10, 2018

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Document/Images/01 - Frame Resources Count
Project Fixed problem with errors thrown by vkAcquireNextImageKHR() and vkQue… Sep 10, 2018
.gitignore
README.md
license.txt

README.md

API without Secrets: The Practical Approach to Vulkan

by Pawel Lapinski

Source 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

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.

       


You can’t perform that action at this time.