Click or drag to resize

GpuProgramType Enumeration

Enumerates the types of programs which can run on the GPU.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum GpuProgramType
Members
Member nameValueDescription
Vertex0 
Fragment1 
Compute2 
Count3 
See Also