unused¶
Description¶
Use an otherwise unused value This can be used to silence the warning about returning before initializing an out paramter.
Signature¶
void unused<T>(inout T SLANG_anonymous_3);
Generic Parameters¶
T¶
Parameters¶
SLANG_anonymous_3 : T¶
Use an otherwise unused value This can be used to silence the warning about returning before initializing an out paramter.