Skip to content

Commit dde0fcc

Browse files
Lewis JordanGitHub Enterprise
authored andcommitted
Changed mobile to Android (#227)
1 parent 9a64d5a commit dde0fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.visualeffectgraph/Documentation~/System-Requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ The Unity Player system requirements for the Visual Effect Graph depend on which
3939
- The Visual Effect Graph is not out of preview for mobile platforms.
4040
- For either render pipeline, the minimum hardware requirements are:
4141
- Support for compute shaders. If a platform supports compute shaders, it returns `true` for [SystemInfo.supportsComputeShaders](https://docs.unity3d.com/ScriptReference/SystemInfo-supportsComputeShaders.html).
42-
- Support for Shader Storage Buffer Objects (SSBOs). If a platform supports SSBOs, it returns a value greater than 0 for [SystemInfo.maxComputeBufferInputsVertex](https://docs.unity3d.com/ScriptReference/SystemInfo-maxComputeBufferInputsVertex.html).<br/><br/>These requirements mean that OpenGL ES is not suitable for the VFX Graph and you should use Vulkan when targeting mobile platforms instead.
42+
- Support for Shader Storage Buffer Objects (SSBOs). If a platform supports SSBOs, it returns a value greater than 0 for [SystemInfo.maxComputeBufferInputsVertex](https://docs.unity3d.com/ScriptReference/SystemInfo-maxComputeBufferInputsVertex.html).<br/><br/>These requirements mean that OpenGL ES is not suitable for the VFX Graph and you should use Vulkan when targeting Android instead.
4343

4444
For more information on general system requirements for the Unity Player, see [System requirements for Unity](https://docs.unity3d.com/Manual/system-requirements.html).

0 commit comments

Comments
 (0)