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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum GpuProgramType
Members
  Member nameValueDescription
Vertex0
Fragment1
Compute2
Count3
See Also