Vixen
02b45cc4
csharp
public record class ScenePublishAsset

One frame resource a pass hands to the scene's set.

Read the guide page for this →

Remarks

A pair rather than a dictionary because the direction is not obvious enough to leave to ordering: Binding is the shader's name and Resource is the frame's, and a document that swapped them would resolve nothing and say nothing.

Fields and properties (2)

  • public string Binding

    The shader's name for the binding — shadowMap.

  • public string Resource

    The frame's name for the resource that fills it — ShadowAtlas.

Used by (5)

  • CompositorBuilderVixen.Rendering
  • RenderPassAssetVixen.Rendering
  • TypeRegistrationVixen.Rendering
  • Vixen_Rendering_Compositor_RenderPassAssetSerializerVixen.Rendering
  • Vixen_Rendering_Compositor_ScenePublishAssetSerializerVixen.Rendering