From ff48854b1133935ecc2d32fc3bc35631d0a68e17 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 1 Mar 2024 13:39:25 -0800 Subject: Add documentation for debugging. (#3656) * Add documentation for debugging. * typo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e2e31dbf7..4df7214db 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ The Slang system is designed to provide developers of real-time graphics applica * For applications that want it, Slang provides full reflection information about the parameters of your shader code, with a consistent API across all target platforms and graphics APIs. Unlike some other compilers, Slang does not reorder or drop shader parameters based on how they are used, so you can always see the full picture. +* Full intellisense features in Visual Studio Code and Visual Studio through the Language Server Protocol. + +* Full debugging experience with SPIRV and RenderDoc. + Getting Started --------------- -- cgit v1.2.3