Explorar el Código

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

Document limitations of local RenderingDevices in Using compute shaders
Matthew hace 1 año
padre
commit
98dd0aefff
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      tutorials/shaders/compute_shaders.rst

+ 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
 ------------------