René's URL Explorer Experiment


Title: Introduction - Vulkan Tutorial

Description: A tutorial that teaches you everything it takes to render 3D graphics with the Vulkan API. It covers everything from Windows/Linux setup to rendering and debugging.

direct link

Domain: vulkan-tutorial.com

authorAlexander Overvoorde
apple-mobile-web-app-capableyes

Links:

Englishhttps://vulkan-tutorial.com/Introduction
Françaishttps://vulkan-tutorial.com/fr/Introduction
Introductionhttps://vulkan-tutorial.com/Introduction
Overviewhttps://vulkan-tutorial.com/Overview
Development environmenthttps://vulkan-tutorial.com/Development_environment
 Drawing a trianglehttps://vulkan-tutorial.com/Drawing_a_triangle/Setup/Base_code
 Setuphttps://vulkan-tutorial.com/Drawing_a_triangle/Setup/Base_code
Base codehttps://vulkan-tutorial.com/Drawing_a_triangle/Setup/Base_code
Instancehttps://vulkan-tutorial.com/Drawing_a_triangle/Setup/Instance
Validation layershttps://vulkan-tutorial.com/Drawing_a_triangle/Setup/Validation_layers
Physical devices and queue familieshttps://vulkan-tutorial.com/Drawing_a_triangle/Setup/Physical_devices_and_queue_families
Logical device and queueshttps://vulkan-tutorial.com/Drawing_a_triangle/Setup/Logical_device_and_queues
 Presentationhttps://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Window_surface
Window surfacehttps://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Window_surface
Swap chainhttps://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Swap_chain
Image viewshttps://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Image_views
 Graphics pipeline basicshttps://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Introduction
Introductionhttps://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Introduction
Shader moduleshttps://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Shader_modules
Fixed functionshttps://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Fixed_functions
Render passeshttps://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Render_passes
Conclusionhttps://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Conclusion
 Drawinghttps://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Framebuffers
Framebuffershttps://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Framebuffers
Command buffershttps://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Command_buffers
Rendering and presentationhttps://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Rendering_and_presentation
Frames in flighthttps://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Frames_in_flight
Swap chain recreationhttps://vulkan-tutorial.com/Drawing_a_triangle/Swap_chain_recreation
 Vertex buffershttps://vulkan-tutorial.com/Vertex_buffers/Vertex_input_description
Vertex input descriptionhttps://vulkan-tutorial.com/Vertex_buffers/Vertex_input_description
Vertex buffer creationhttps://vulkan-tutorial.com/Vertex_buffers/Vertex_buffer_creation
Staging bufferhttps://vulkan-tutorial.com/Vertex_buffers/Staging_buffer
Index bufferhttps://vulkan-tutorial.com/Vertex_buffers/Index_buffer
 Uniform buffershttps://vulkan-tutorial.com/Uniform_buffers/Descriptor_set_layout_and_buffer
Descriptor set layout and bufferhttps://vulkan-tutorial.com/Uniform_buffers/Descriptor_set_layout_and_buffer
Descriptor pool and setshttps://vulkan-tutorial.com/Uniform_buffers/Descriptor_pool_and_sets
 Texture mappinghttps://vulkan-tutorial.com/Texture_mapping/Images
Imageshttps://vulkan-tutorial.com/Texture_mapping/Images
Image view and samplerhttps://vulkan-tutorial.com/Texture_mapping/Image_view_and_sampler
Combined image samplerhttps://vulkan-tutorial.com/Texture_mapping/Combined_image_sampler
Depth bufferinghttps://vulkan-tutorial.com/Depth_buffering
Loading modelshttps://vulkan-tutorial.com/Loading_models
Generating Mipmapshttps://vulkan-tutorial.com/Generating_Mipmaps
Multisamplinghttps://vulkan-tutorial.com/Multisampling
Compute Shaderhttps://vulkan-tutorial.com/Compute_Shader
FAQhttps://vulkan-tutorial.com/FAQ
Privacy policyhttps://vulkan-tutorial.com/Privacy_policy
GitHub Repositoryhttps://github.com/Overv/VulkanTutorial
Support the websitehttps://www.paypal.me/AOvervoorde
Vulkan Specificationhttps://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/
LunarG Vulkan SDKhttps://lunarg.com/vulkan-sdk/
Vulkan Guidehttps://docs.vulkan.org/guide/latest/
Vulkan Hardware Databasehttps://vulkan.gpuinfo.org/
Rust codehttps://github.com/bwasty/vulkan-tutorial-rs
Java codehttps://github.com/Naitsirc98/Vulkan-Tutorial-Java
Go codehttps://github.com/vkngwrapper/vulkan-tutorial
Visual Studio 2019 sampleshttps://github.com/jjYBdx4IL/VulkanTutorial-VisualStudioProjectFiles
Chinese translationhttps://github.com/fangcun010/VulkanTutorialCN
Abouthttps://vulkan-tutorial.com/Introduction#page_About
E-bookhttps://vulkan-tutorial.com/Introduction#page_E-book
Tutorial structurehttps://vulkan-tutorial.com/Introduction#page_Tutorial-structure
Licensehttps://vulkan-tutorial.com/Introduction#page_License
Vulkanhttps://www.khronos.org/vulkan/
Khronos grouphttps://www.khronos.org/
OpenGLhttps://en.wikipedia.org/wiki/OpenGL
Direct3Dhttps://en.wikipedia.org/wiki/Direct3D
Direct3D 12https://en.wikipedia.org/wiki/Direct3D#Direct3D_12
Metalhttps://en.wikipedia.org/wiki/Metal_(API)
Unreal Enginehttps://en.wikipedia.org/wiki/Unreal_Engine#Unreal_Engine_4
Unityhttps://en.wikipedia.org/wiki/Unity_(game_engine)
NVIDIAhttps://developer.nvidia.com/vulkan-driver
AMDhttp://www.amd.com/en-us/innovations/software-technologies/technologies-gaming/vulkan
Intelhttps://software.intel.com/en-us/blogs/2016/03/14/new-intel-vulkan-beta-1540204404-graphics-driver-for-windows-78110-1540
Apple Silicon (Or the Apple M1)https://www.phoronix.com/scan.php?page=news_item&px=Apple-Silicon-Vulkan-MoltenVK
this online bookhttps://paroj.github.io/gltut/
Ray tracing in one weekendhttps://github.com/RayTracing/raytracing.github.io
Physically Based Rendering bookhttp://www.pbr-book.org/
Quakehttps://github.com/Novum/vkQuake
DOOM 3https://github.com/DustinHLand/vkDOOM3
Vulkano basedhttps://github.com/bwasty/vulkan-tutorial-rs
Vulkanalia basedhttps://kylemayes.github.io/vulkanalia
Vulkan-Hpphttps://github.com/KhronosGroup/Vulkan-Hpp
EPUBhttps://vulkan-tutorial.com/resources/vulkan_tutorial_en.epub
PDFhttps://vulkan-tutorial.com/resources/vulkan_tutorial_en.pdf
Vulkan SDKhttps://lunarg.com/vulkan-sdk/
GLM libraryhttp://glm.g-truc.net/
GLFWhttp://www.glfw.org/
this Khronos repositoryhttps://github.com/KhronosGroup/Vulkan-Docs
GitHub repositoryhttps://github.com/Overv/VulkanTutorial
Let's go!https://vulkan-tutorial.com/Overview
CC BY-SA 4.0https://creativecommons.org/licenses/by-sa/4.0/
CC0 1.0 Universalhttps://creativecommons.org/publicdomain/zero/1.0/
Nexthttps://vulkan-tutorial.com/en/Overview
comments powered by Disqus.https://disqus.com/?ref_noscript

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.