|
61 | 61 | ** xref:courses/18_Ray_tracing/05_Shadow_transparency.adoc[Shadow transparency] |
62 | 62 | ** xref:courses/18_Ray_tracing/06_Reflections.adoc[Reflections] |
63 | 63 | ** xref:courses/18_Ray_tracing/07_Conclusion.adoc[Conclusion] |
| 64 | +* xref:courses/siggraph2026_vk_tutorial/00_Overview.adoc[How to write a Vulkan application in 2026] |
64 | 65 | * xref:90_FAQ.adoc[FAQ] |
65 | 66 | * link:https://github.com/KhronosGroup/Vulkan-Tutorial[GitHub Repository, window=_blank] |
66 | 67 |
|
|
202 | 203 | *** xref:Advanced_Vulkan_Compute/11_Diagnostics_and_Refinement/02_compute_validation.adoc[Compute Validation] |
203 | 204 | *** xref:Advanced_Vulkan_Compute/11_Diagnostics_and_Refinement/03_assistant_led_optimization.adoc[Assistant-Led Optimization] |
204 | 205 | ** xref:Advanced_Vulkan_Compute/conclusion.adoc[Conclusion] |
| 206 | +
|
| 207 | +* Synchronization 2 |
| 208 | +** xref:Synchronization/introduction.adoc[Introduction] |
| 209 | +** Anatomy of a Dependency |
| 210 | +*** xref:Synchronization/Anatomy_of_a_Dependency/01_introduction.adoc[Introduction] |
| 211 | +*** xref:Synchronization/Anatomy_of_a_Dependency/02_execution_vs_memory.adoc[Execution vs. Memory] |
| 212 | +*** xref:Synchronization/Anatomy_of_a_Dependency/03_sync2_advantage.adoc[Sync 2 Advantage] |
| 213 | +*** xref:Synchronization/Anatomy_of_a_Dependency/04_refined_pipeline_stages.adoc[Refined Pipeline Stages] |
| 214 | +*** xref:Synchronization/Anatomy_of_a_Dependency/05_conclusion.adoc[Conclusion] |
| 215 | +** Pipeline Barriers and Transitions |
| 216 | +*** xref:Synchronization/Pipeline_Barriers_Transitions/01_introduction.adoc[Introduction] |
| 217 | +*** xref:Synchronization/Pipeline_Barriers_Transitions/02_image_barrier.adoc[The Image Barrier] |
| 218 | +*** xref:Synchronization/Pipeline_Barriers_Transitions/03_queue_family_ownership.adoc[Queue Family Ownership] |
| 219 | +*** xref:Synchronization/Pipeline_Barriers_Transitions/04_global_vs_local_barriers.adoc[Global vs. Local Barriers] |
| 220 | +** Timeline Semaphores |
| 221 | +*** xref:Synchronization/Timeline_Semaphores/01_introduction.adoc[Introduction] |
| 222 | +*** xref:Synchronization/Timeline_Semaphores/02_unifying_sync.adoc[Unifying Sync] |
| 223 | +*** xref:Synchronization/Timeline_Semaphores/03_monotonic_counter.adoc[Monotonic Counter] |
| 224 | +*** xref:Synchronization/Timeline_Semaphores/04_wait_before_signal.adoc[Wait Before Signal] |
| 225 | +** Frame-in-Flight Architecture |
| 226 | +*** xref:Synchronization/Frame_in_Flight/01_introduction.adoc[Introduction] |
| 227 | +*** xref:Synchronization/Frame_in_Flight/02_managing_concurrent_frames.adoc[Managing Concurrent Frames] |
| 228 | +*** xref:Synchronization/Frame_in_Flight/03_resource_lifetimes.adoc[Resource Lifetimes] |
| 229 | +** Asynchronous Compute & Overlap |
| 230 | +*** xref:Synchronization/Async_Compute_Overlap/01_introduction.adoc[Introduction] |
| 231 | +*** xref:Synchronization/Async_Compute_Overlap/02_maximizing_throughput.adoc[Maximizing Throughput] |
| 232 | +*** xref:Synchronization/Async_Compute_Overlap/03_async_post_processing.adoc[Async Post-processing] |
| 233 | +*** xref:Synchronization/Async_Compute_Overlap/04_bubble_problem.adoc[The Bubble Problem] |
| 234 | +** Transfer Queues & Asset Streaming Sync |
| 235 | +*** xref:Synchronization/Transfer_Queues_Streaming/01_introduction.adoc[Introduction] |
| 236 | +*** xref:Synchronization/Transfer_Queues_Streaming/02_non_blocking_uploads.adoc[Non-blocking Uploads] |
| 237 | +*** xref:Synchronization/Transfer_Queues_Streaming/03_staging_sync.adoc[Staging Sync] |
| 238 | +** Synchronization in Dynamic Rendering |
| 239 | +*** xref:Synchronization/Dynamic_Rendering_Sync/01_introduction.adoc[Introduction] |
| 240 | +*** xref:Synchronization/Dynamic_Rendering_Sync/02_subpass_replacement.adoc[Subpass Replacement] |
| 241 | +*** xref:Synchronization/Dynamic_Rendering_Sync/03_local_read_sync.adoc[Local Read Sync] |
| 242 | +** Host Image Copies & Memory Mapped Sync |
| 243 | +*** xref:Synchronization/Host_Image_Copies_Memory_Sync/01_introduction.adoc[Introduction] |
| 244 | +*** xref:Synchronization/Host_Image_Copies_Memory_Sync/02_cpu_to_image_access.adoc[CPU-to-Image Access] |
| 245 | +*** xref:Synchronization/Host_Image_Copies_Memory_Sync/03_visibility_flushes.adoc[Visibility Flushes] |
| 246 | +** Debugging with Synchronization Validation |
| 247 | +*** xref:Synchronization/Synchronization_Validation/01_introduction.adoc[Introduction] |
| 248 | +*** xref:Synchronization/Synchronization_Validation/02_validation_layer.adoc[Validation Layer] |
| 249 | +*** xref:Synchronization/Synchronization_Validation/03_interpreting_vuids.adoc[Interpreting VUIDs] |
| 250 | +** Profiling, Batching, and Optimization |
| 251 | +*** xref:Synchronization/Profiling_Optimization/01_introduction.adoc[Introduction] |
| 252 | +*** xref:Synchronization/Profiling_Optimization/02_barrier_batching.adoc[Barrier Batching] |
| 253 | +*** xref:Synchronization/Profiling_Optimization/03_visualizing_stalls.adoc[Visualizing Stalls] |
0 commit comments