Check out the triangle.cpp algorithm by Sascha Willems
https://github.com/SaschaWillems/Vulk...
Please note that the algorithm is different from what I have in the video. This is because Sascha Willems actively updates his algorithms.
Learn computer graphics through the Vulkan API!
If you have a Windows-based machine with a Vulkan-capable GPU, please check out these two tutorials.
Vulkan API Tutorial #1: https://amzn.to/3I0Ep7l
Vulkan API Tutorial #13: https://amzn.to/3PTUHRi
Vulkan API Tutorial Series: https://amzn.to/3CfrUQJ
Synchronization: Fences & Semaphores
• Vulkan API Discussion | Synchronization: F...
Swap Chain, Render Pass, Command Buffer, Semaphores, Image Views
• Vulkan API Discussion | Swap Chain, Render...
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.