Skip to content

Commit df20eed

Browse files
committed
fix the last tip
1 parent 99f44c2 commit df20eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/ai_tools_and_agents.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Tips:
203203
== Good practices for AI + Vulkan
204204

205205
- 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
207207
- 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.
208208
- Prefer incremental refactors; have the assistant propose diffs, then review and test
209209
- 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

Comments
 (0)