Struct PerRenderTargetFlags ​
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Indexes one bit per render target, read out of a shared word at a fixed offset.
csharp
public readonly struct PerRenderTargetFlagsProperties ​
this[int] ​
Gets whether the flag is set for a render target.
csharp
public bool this[int rt] { get; }
