csharp
public static class GlslIntrinsicsMapping IR opcodes onto GLSL's built-in functions.
No guide page documents this yet — the page shows what the code says about itself.
Methods (1)
public static string? Call(IrIntrinsic intrinsic, IReadOnlyList<string> arguments, IReadOnlyList<IrType> argumentTypes, string resultType, IrType result)The GLSL expression for an intrinsic call, or null when GLSL has no way to spell it.
Used by (1)
- GlslEmitterVixen.Raven