csharp
public enum LibraryTypeKindWhat shape a LibraryTypeReference takes.
Fields and properties (8)
ErrorA type that was already an error when the library was written.
PrimitiveA scalar, vector or matrix, identified by its SpecialType.
BuiltInA compiler-supplied named type — a texture or a sampler.
NamedA declared type, identified by qualified name.
ArrayTupleTypeParameterA generic parameter of the declaring type or method, by name.
BufferA storage buffer. Structural like an array, and for the same reason: Buffer<T> is spelled with angle brackets but has no declaration to resolve by name.
Used by (3)
- BuilderVixen.Raven
- LibraryTypeReferenceVixen.Raven
- MetadataLoaderVixen.Raven