2
0
Эх сурвалжийг харах

Merge pull request #8528 from Calinou/compute-shaders-local-renderingdevice-limitations

Document limitations of local RenderingDevices in Using compute shaders
Matthew 1 жил өмнө
parent
commit
98dd0aefff

+ 4 - 0
tutorials/shaders/compute_shaders.rst

@@ -188,6 +188,10 @@ and create a precompiled version of it using this:
     var shaderBytecode = shaderFile.GetSpirV();
     var shader = rd.ShaderCreateFromSpirV(shaderBytecode);
 
+.. warning::
+
+    Local RenderingDevices cannot be debugged using tools such as
+    `RenderDoc <https://renderdoc.org/>`__.
 
 Provide input data
 ------------------