ShaderType
EditThe two types of shaders that can be created.
| Value | Description |
| graphics | A graphics shader with a vertex and pixel stage. |
| compute | A compute shader with a single compute stage. |
The two types of shaders that can be created.
| Value | Description |
| graphics | A graphics shader with a vertex and pixel stage. |
| compute | A compute shader with a single compute stage. |