Vixen
02b45cc4
csharp
public record class EffectCompileResponse

What 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 Succeeded

    Whether a variant came back.

  • public EffectData? Effect

    The variant, or null.

  • public string[] Diagnostics

    Everything the compiler said, if it said anything.

Used by (4)

  • RemoteEffectSourceVixen.Shaders
  • TypeRegistrationVixen.Shaders
  • Vixen_Shaders_EffectCompileResponseSerializerVixen.Shaders
  • ShaderCompilerServerVixen.ShaderCompilerService