attribute [domain]

Description

Used on an hull shader entrypoint to specify the patch type used by the hull shader.

Signature

[domain(patchType)]

Parameters

patchType

The patch type used by the hull shader. Valid values are “tri”, “quad” and “isoline”.