enum

ML::Metal::DispatchMode

Inherits Enum / Comparable / Value / Object

Constants

Threadgroups = 0
Threads = 1
Indirect = 2

Instance methods

indirect?

Returns true if this enum value equals Indirect

Source
threadgroups?

Returns true if this enum value equals Threadgroups

Source
threads?

Returns true if this enum value equals Threads

Source