Vixen
02b45cc4
csharp
public sealed class BuiltInNamedTypeSymbol

A named type the compiler supplies rather than reading from source: string, object, and the GPU resource types. Instances are singletons owned by BuiltInTypes.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public override string Name
  • public override SpecialType SpecialType
  • public override TypeKind TypeKind
  • public override ResourceKind ResourceKind

    How a field of this type binds on the GPU.

Methods (2)

  • public override IReadOnlyList<Symbol> GetMembers()
  • public override string ToDisplayString()

Used by (5)

  • BuilderVixen.Raven
  • BuiltInTypesVixen.Raven
  • LowererVixen.Raven
  • SampleGradTestsVixen.Raven.Tests
  • TextureIntrinsicTestsVixen.Raven.Tests