diff options
Diffstat (limited to 'docs/shading.html')
-rw-r--r-- | docs/shading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shading.html b/docs/shading.html index 76f25316f86..174337b41f2 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -71,6 +71,7 @@ Shaders can be dumped and replaced on runtime for debugging purposes. This feature is not currently supported by SCons build. This is controlled via following environment variables: +</p> <ul> <li><b>MESA_SHADER_DUMP_PATH</b> - path where shader sources are dumped <li><b>MESA_SHADER_READ_PATH</b> - path where replacement shaders are read @@ -79,7 +80,6 @@ Note, path set must exist before running for dumping or replacing to work. When both are set, these paths should be different so the dumped shaders do not clobber the replacement shaders. Also, the filenames of the replacement shaders should match the filenames of the corresponding dumped shaders. -</p> <h3 id="capture">Capturing Shaders</h3> |