|
160 | 160 | *** xref:Building_a_Simple_Engine/Advanced_Topics/Robustness2.adoc[Robustness2] |
161 | 161 | ** Appendix |
162 | 162 | *** xref:Building_a_Simple_Engine/Appendix/appendix.adoc[Appendix] |
| 163 | +
|
| 164 | +* AI-Assisted Vulkan Development |
| 165 | +** xref:AI_Assisted_Vulkan/introduction.adoc[Introduction] |
| 166 | +** Environment Setup |
| 167 | +*** xref:AI_Assisted_Vulkan/02_environment_setup/01_introduction.adoc[Introduction] |
| 168 | +*** xref:AI_Assisted_Vulkan/02_environment_setup/02_jetbrains_clion_android_studio.adoc[JetBrains CLion & Android Studio] |
| 169 | +*** xref:AI_Assisted_Vulkan/02_environment_setup/03_visual_studio.adoc[Visual Studio] |
| 170 | +*** xref:AI_Assisted_Vulkan/02_environment_setup/04_xcode_apple.adoc[Xcode & Apple Silicon] |
| 171 | +*** xref:AI_Assisted_Vulkan/02_environment_setup/05_goose_native_agent.adoc[Goose & local agents] |
| 172 | +*** xref:AI_Assisted_Vulkan/02_environment_setup/06_mcp_context_bridge.adoc[Model Context Protocol (MCP)] |
| 173 | +** Model Selection & Specialization |
| 174 | +*** xref:AI_Assisted_Vulkan/03_model_selection_specialization/01_introduction.adoc[Introduction] |
| 175 | +*** xref:AI_Assisted_Vulkan/03_model_selection_specialization/02_base_models.adoc[Selecting the base model] |
| 176 | +*** xref:AI_Assisted_Vulkan/03_model_selection_specialization/03_hardware_vram.adoc[Hardware & VRAM budgeting] |
| 177 | +*** xref:AI_Assisted_Vulkan/03_model_selection_specialization/04_rag_mcp_specialization.adoc[MCP & RAG specialization] |
| 178 | +*** xref:AI_Assisted_Vulkan/03_model_selection_specialization/05_fine_tuning_lora.adoc[Fine-tuning for your engine] |
| 179 | +** Multimodal AI |
| 180 | +*** xref:AI_Assisted_Vulkan/04_multimodal_ai/01_introduction.adoc[Introduction] |
| 181 | +*** xref:AI_Assisted_Vulkan/04_multimodal_ai/02_multimodal_models.adoc[Multimodal models] |
| 182 | +*** xref:AI_Assisted_Vulkan/04_multimodal_ai/03_visual_bug_diagnosis.adoc[Visual bug diagnosis] |
| 183 | +*** xref:AI_Assisted_Vulkan/04_multimodal_ai/04_expectations_limits.adoc[Expectations & limits] |
| 184 | +** Workflow |
| 185 | +*** xref:AI_Assisted_Vulkan/05_workflow/01_introduction.adoc[Introduction] |
| 186 | +*** xref:AI_Assisted_Vulkan/05_workflow/02_phase_1_planning.adoc[Phase 1: Planning] |
| 187 | +*** xref:AI_Assisted_Vulkan/05_workflow/03_phase_2_implementation.adoc[Phase 2: Implementation] |
| 188 | +*** xref:AI_Assisted_Vulkan/05_workflow/04_phase_3_refactoring.adoc[Phase 3: Refactoring] |
| 189 | +** Debugging |
| 190 | +*** xref:AI_Assisted_Vulkan/06_debugging/01_introduction.adoc[Introduction] |
| 191 | +*** xref:AI_Assisted_Vulkan/06_debugging/02_vuid_autofix.adoc[The VUID auto-fix] |
| 192 | +*** xref:AI_Assisted_Vulkan/06_debugging/03_renderdoc_ai_integration.adoc[AI + RenderDoc integration] |
| 193 | +*** xref:AI_Assisted_Vulkan/06_debugging/04_shader_debugging_logs.adoc[Shader debugging & log parsing] |
| 194 | +*** xref:AI_Assisted_Vulkan/06_debugging/05_gfxreconstruct_ai.adoc[AI-assisted trace analysis: GFXReconstruct] |
| 195 | +** Advanced MCP Tooling |
| 196 | +*** xref:AI_Assisted_Vulkan/07_advanced_mcp/01_introduction.adoc[Introduction] |
| 197 | +*** xref:AI_Assisted_Vulkan/07_advanced_mcp/02_vulkan_registry_mcp.adoc[Vulkan Registry & GPUInfo MCP] |
| 198 | +*** xref:AI_Assisted_Vulkan/07_advanced_mcp/03_agentic_automation_qa.adoc[Agentic automation & performance audits] |
| 199 | +** Deployment |
| 200 | +*** xref:AI_Assisted_Vulkan/08_deployment/01_introduction.adoc[Introduction] |
| 201 | +*** xref:AI_Assisted_Vulkan/08_deployment/02_android_ios_mobile.adoc[Android & iOS] |
| 202 | +*** xref:AI_Assisted_Vulkan/08_deployment/03_embedded_safety_critical.adoc[Embedded & safety critical] |
| 203 | +** xref:AI_Assisted_Vulkan/09_faq.adoc[FAQ] |
| 204 | +** xref:AI_Assisted_Vulkan/10_final_project.adoc[Final project: the AI-driven graphics lab] |
| 205 | +
|
163 | 206 | * Advanced Vulkan Compute |
164 | 207 | ** xref:Advanced_Vulkan_Compute/introduction.adoc[Introduction] |
165 | 208 | ** The Compute Architecture and Execution Model |
|
0 commit comments