Vixen
02b45cc4
csharp
public enum AccelerationStructureKind

Which level of the two-level hierarchy a structure is.

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

Fields and properties (2)

  • BottomLevel

    Geometry — triangles, in one object's space.

  • TopLevel

    Instances — placed references to bottom-level structures, which is what a ray query actually opens against.

Used by (11)

  • AccelerationStructureBuildInputVixen.Graphics
  • AccelerationStructureDescriptionVixen.Graphics
  • AccelerationStructureDeviceTestsVixen.Graphics.Golden.Tests
  • AccelerationStructureTestsVixen.Graphics.Null.Tests
  • NullCommandListVixen.Graphics.Null
  • NullDeviceVixen.Graphics.Null
  • RecordedCommandVixen.Graphics.Null
  • VulkanAccelerationStructureVixen.Graphics.Vulkan
  • VulkanDeviceVixen.Graphics.Vulkan
  • VulkanEnumTestsVixen.Graphics.Vulkan.Tests
  • VulkanEnumsVixen.Graphics.Vulkan