Struct PerRenderTarget<T> ​
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Indexes one fixed-width value per render target, read out of a single packed word.
csharp
public readonly struct PerRenderTarget<T> where T : unmanaged, EnumType Parameters ​
T
The byte-backed enum the values decode to.
Properties ​
this[int] ​
Gets the value of a render target.
csharp
public T this[int rt] { get; }Property Value ​
T

