Vixen
02b45cc4
csharp
public readonly record struct ImportedBuffer

A buffer the host owns and lends the frame.

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

Remarks

A light list and a cluster list are both imports for the same reason a cached shadow atlas is: the host filled them before the frame started, and something outside the graph owns the memory. A buffer whose whole life is inside one frame should be declared instead.

Fields and properties (4)

Methods (1)

Used by (4)

  • BufferTransferTestsVixen.Rendering.Tests
  • ClusteredLightingTestsVixen.Rendering.Tests
  • DescriptorBindingTestsVixen.Rendering.Tests
  • GraphicsCompositorVixen.Rendering