https://issuetracker.unity3d.com/issues/compute-shader-loop-runs-only-once-when-control-variables-instead-of-values-are-used
Unity Issue Tracker - Compute shader loop treating integer constants as floats
Reproduction steps:1. Create a new project or open an existing one2. Add the attached Sky.compute shader in the project3. Make sure ...
issue trackercompute shaderunity
https://issuetracker.unity3d.com/issues/android-compute-shader-is-not-rendered-on-android-devices
Unity Issue Tracker - [Android] Compute Shader is not rendered on Android devices
Steps to reproduce:1. Open the attached project "Case_1224442"2. Build it on Android3. Notice only Red "H" is displayed Expected res...
issue trackercompute shaderunityandroid
https://discussions.unity.com/t/drawing-indexed-vertices-from-compute-shader/86910
Drawing indexed vertices from compute shader - Questions & Answers - Unity Discussions
Nov 15, 2013 - I am trying to generate triangles in a compute shader, which I would then like to render using Graphics.DrawProcedural from a C# script. The compute shader...
compute shaderquestions answersdrawingindexedvertices
https://issuetracker.unity3d.com/issues/compute-shader-texture2d-dot-load-with-a-non-zero-offset-does-not-work-when-using-macos
Unity Issue Tracker - Compute Shader Texture2D.Load with a non-zero offset does not work when using...
Reproduction steps:1. Open the attached "PROJECTFILE" project2. Open the "Assets/Scenes/LoadBug.unity" scene3. Enter the Play Mode4....