We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebc03fe + 3547058 commit a87dda1Copy full SHA for a87dda1
AGENTS.md
@@ -70,6 +70,8 @@ Primary entry point for AI agents working with Aardvark.Rendering.
70
| SDK 8.0.0 not found | Old .NET SDK | Install .NET 8.0+ |
71
| Silk.NET version conflict | Pinned at 2.22.0 | Check `paket why Silk.NET.*` |
72
| 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 |
75
76
## Project Structure
77
0 commit comments