Vulkan API Discussion | gears.cpp 7 | buildCommandBuffers() | Cuda Education

Опубликовано: 17 Октябрь 2024
на канале: Cuda Education
261
6

The Vulkan code is courtesy of Sascha Willems:
/*
Vulkan Example - Animated gears using multiple uniform buffers
*
Copyright (C) 2016 by Sascha Willems - www.saschawillems.de
*
This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
*/

Get the Vulkan API and Vulkan examples running on your Windows-based machine with a Vulkan capable GPU:
Vulkan API Tutorial #1: https://amzn.to/3I0Ep7l
Vulkan API Tutorial #13: https://amzn.to/3PTUHRi

Command Buffer Video
   • Vulkan API Discussion | Command Buffe...  

Render Pass
   • Vulkan API Discussion | Viewport + Sc...  
   • Vulkan API Discussion | Swap Chain, R...  


Vulkan API Tutorial Series: https://amzn.to/3CfrUQJ


DISCLAIMER: Use at your own risk! This code and/or instructions are for teaching purposes only. Cuda Education does not guarantee the accuracy of this code or instruction in any way. The code and instructions on this site may cause hardware damage and/or instability in your system. This code and/or instructions should not be used in a production or commercial environment.

Any liabilities or loss resulting from the use of this code and/or instructions, in whole or in part, will not be the responsibility of Cuda Education. All rights reserved. This code and tutorial is the property of Cuda Education. Please contact Cuda Education at [email protected] if you would like to use this tutorial in any way, shape or form.

THE SOFTWARE/INSTRUCTION IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE/INSTRUCTION OR THE USE OR OTHER DEALINGS IN THE SOFTWARE/INSTRUCTION.