Vixen
02b45cc4
csharp
public readonly record struct GraphBuffer

A buffer the graph will provide, named before it exists.

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

Fields and properties (4)

  • public int Index

    Which resource, from 1. Zero is no resource.

  • public int Generation

    Which build of the graph it belongs to.

  • public static GraphBuffer None

    No buffer.

  • public bool IsValid

    Whether this names anything.

Methods (1)

  • public GraphBuffer(int Index, int Generation)

    A buffer the graph will provide, named before it exists.

Used by (15)

  • BoundBindingsVixen.Rendering
  • BufferEntryVixen.Rendering
  • BufferReadbackRendererVixen.Rendering
  • BufferTransferTestsVixen.Rendering.Tests
  • BufferUploadRendererVixen.Rendering
  • CompositorFrameVixen.Rendering
  • ComputeRendererVixen.Rendering
  • DescriptorBindingsVixen.Rendering
  • FullScreenRendererVixen.Rendering
  • RenderGraphVixen.Graphics.RenderGraph
  • RenderGraphContextVixen.Graphics.RenderGraph
  • RenderGraphPassBuilderVixen.Graphics.RenderGraph
  • RenderGraphTestsVixen.Graphics.RenderGraph.Tests
  • RenderPassRendererVixen.Rendering
  • ResourceUseVixen.Graphics.RenderGraph