attribute [WaveSize]

Description

Indicate a compute shader entry point is only compatible with the specified wave size.

Signature

[WaveSize(numLanes : int)]

Parameters

numLanes : int

The wave size this shader entrypoint is compatible with. Must be one of 4, 8, 16, 32, 64, 128.