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

Use an otherwise unused value This can be used to silence the warning about returning before initializing an out paramter.