--- layout: stdlib-reference --- # 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](unused.html#typeparam-T) Use an otherwise unused value This can be used to silence the warning about returning before initializing an out paramter.