You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/ai_tools_and_agents.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ Tips:
203
203
== Good practices for AI + Vulkan
204
204
205
205
- Treat AI output as a draft; compile, run, and profile just as you would hand-written code
206
-
- Keep the Vulkan MCP active and set the version to "latest" so the LLM’s answers align with the right features and limits
206
+
- Keep the Vulkan MCP active so the LLM’s answers align with the right features and limits
207
207
- Use the Validation Layers early; ask the assistant to explain errors and point to Documentation resources to better understand the problems. Most LLMs can even suggest reasonable fixes for your project directly.
208
208
- Prefer incremental refactors; have the assistant propose diffs, then review and test
209
209
- AI can understand how text based assets work with your project and thus can help with text based asset creation or augmentation. (i.e. you can request checking features in the gltf asset or slang shader).
0 commit comments