--- 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_5);

## Generic Parameters #### T ## Parameters #### SLANG\_anonymous\_5 : [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.