Vixen
dd8b0a81
csharp
public readonly record struct TexturePoolSlot

One texture the evaluator actually allocates, which one or more plan images share.

Read the guide page for this →

Fields and properties (3)

  • public TextureFormat Format

    What it stores.

  • public int Width

    Its width in texels.

  • public int Height

    Its height in texels.

Methods (1)

  • public TexturePoolSlot(TextureFormat Format, int Width, int Height)

    One texture the evaluator actually allocates, which one or more plan images share.

Used by (2)

  • TexturePlanEvaluatorVixen.Editor.TextureGraph
  • TexturePoolScheduleVixen.Editor.TextureGraph