csharp
public sealed class IrTextureTypeAn opaque sampled texture.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public IrTextureDimension Dimensionpublic IrType SampledTypeWhat a sample returns; vec<f32,4> for now.
public override IrTypeKind Kindpublic override string Name
Methods (4)
public IrTextureType(IrTextureDimension dimension, IrType sampledType)public bool Equals(IrTextureType? other)public override bool Equals(object? obj)public override int GetHashCode()
Used by (13)
- GlslEmitterVixen.Raven
- GlslIntrinsicsVixen.Raven
- GlslTypesVixen.Raven
- ImportPrunerVixen.Raven
- IrCapabilitiesVixen.Raven
- LibraryIrDecoderVixen.Raven
- LibraryIrEncoderVixen.Raven
- LowererVixen.Raven
- ReflectionBuilderVixen.Raven
- SampledTextureTestsVixen.Raven.Tests
- ShaderDataTypeVixen.Raven
- SpirvEmitterVixen.Raven
- SpirvTypesVixen.Raven