mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 23:28:59 +00:00
Merge pull request #8528 from Calinou/compute-shaders-local-renderingdevice-limitations
Document limitations of local RenderingDevices in Using compute shaders
This commit is contained in:
@@ -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
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user