Vixen
02b45cc4

IrAccelerationStructureType

class Raven/Vixen.Raven/IR/IrType.cs:326
csharp
public sealed class IrAccelerationStructureType

An opaque ray-tracing acceleration structure.

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

Remarks

A singleton like IrSamplerType, because there is nothing to parameterise: no element type, no dimension, no format. The ray query a shader runs against it never appears as an IR type at all — TraceRayQuery is the whole operation, and the query object lives only inside the backends.

Fields and properties (3)

Used by (9)

  • GlslEmitterVixen.Raven
  • GlslTypesVixen.Raven
  • IrCapabilitiesVixen.Raven
  • LibraryIrDecoderVixen.Raven
  • LowererVixen.Raven
  • RayQueryTestsVixen.Raven.Tests
  • ReflectionBuilderVixen.Raven
  • SpirvEmitterVixen.Raven
  • SpirvTypesVixen.Raven