csharp
public record class EffectCompileResponseWhat the compiler on the other end had to say.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public bool SucceededWhether a variant came back.
public EffectData? EffectThe variant, or null.
public string[] DiagnosticsEverything the compiler said, if it said anything.
Used by (4)
- RemoteEffectSourceVixen.Shaders
- TypeRegistrationVixen.Shaders
- Vixen_Shaders_EffectCompileResponseSerializerVixen.Shaders
- ShaderCompilerServerVixen.ShaderCompilerService