GpuProgramType Enumeration |
Enumerates the types of programs which can run on the GPU.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum GpuProgramType
Members| Member name | Value | Description |
|---|
| Vertex | 0 | |
| Fragment | 1 | |
| Compute | 2 | |
| Count | 3 | |
See Also