attribute [maxtessfactor]¶
Description¶
Used on an hull shader entrypoint to declare the upperbound of the tessellation factor that the hull shader can return.
Signature¶
[maxtessfactor(factor : float)]
Parameters¶
factor : float¶
The maximum tessellation factor the hull shader can return.