Skip to content

Commit a87dda1

Browse files
authored
Merge pull request #122 from aardvark-platform/feature/ai-debug-documentation
Add comprehensive debug configuration documentation for AI agents
2 parents ebc03fe + 3547058 commit a87dda1

File tree

3 files changed

+564
-0
lines changed

3 files changed

+564
-0
lines changed

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Primary entry point for AI agents working with Aardvark.Rendering.
7070
| SDK 8.0.0 not found | Old .NET SDK | Install .NET 8.0+ |
7171
| Silk.NET version conflict | Pinned at 2.22.0 | Check `paket why Silk.NET.*` |
7272
| Tests not discovered | Test SDK issue | Ensure Expecto test adapter in paket.references |
73+
| Shader code not printing | Cache hit | Enable `PrintShaderCode` and delete shader cache or use `VerifyShaderCacheIntegrity = true` |
74+
| Validation layer errors | Vulkan debugging | See ai/DEBUG.md for ValidationLayerConfig and DebugReportConfig |
7375

7476
## Project Structure
7577

0 commit comments

Comments
 (0)