Vixen
02b45cc4

ScreenProbeUpsampleKeys

class
csharp
public static class ScreenProbeUpsampleKeys

Typed keys for shader ScreenProbeUpsample.

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

Fields and properties (38)

  • public const string ShaderName

    The shader's name, as the effect system asks for it.

  • public static readonly ParameterKey<TextureViewHandle> ProbeL0

    set 2, binding 1.

  • public const int ProbeL0Set

    Which descriptor set holds probeL0.

  • public const uint ProbeL0Binding

    Which binding within set 2 probeL0 occupies.

  • public static readonly ParameterKey<TextureViewHandle> ProbeL1R

    set 2, binding 2.

  • public const int ProbeL1RSet

    Which descriptor set holds probeL1R.

  • public const uint ProbeL1RBinding

    Which binding within set 2 probeL1R occupies.

  • public static readonly ParameterKey<TextureViewHandle> ProbeL1G

    set 2, binding 3.

  • public const int ProbeL1GSet

    Which descriptor set holds probeL1G.

  • public const uint ProbeL1GBinding

    Which binding within set 2 probeL1G occupies.

  • public static readonly ParameterKey<TextureViewHandle> ProbeL1B

    set 2, binding 4.

  • public const int ProbeL1BSet

    Which descriptor set holds probeL1B.

  • public const uint ProbeL1BBinding

    Which binding within set 2 probeL1B occupies.

  • public static readonly ParameterKey<TextureViewHandle> DepthBuffer

    set 2, binding 5.

  • public const int DepthBufferSet

    Which descriptor set holds depthBuffer.

  • public const uint DepthBufferBinding

    Which binding within set 2 depthBuffer occupies.

  • public static readonly ParameterKey<TextureViewHandle> NormalBuffer

    set 2, binding 6.

  • public const int NormalBufferSet

    Which descriptor set holds normalBuffer.

  • public const uint NormalBufferBinding

    Which binding within set 2 normalBuffer occupies.

  • public static readonly ParameterKey<TextureViewHandle> ProbeSurface

    set 2, binding 7.

  • public const int ProbeSurfaceSet

    Which descriptor set holds probeSurface.

  • public const uint ProbeSurfaceBinding

    Which binding within set 2 probeSurface occupies.

  • public static readonly ParameterKey<TextureViewHandle> ProbeNormal

    set 2, binding 8.

  • public const int ProbeNormalSet

    Which descriptor set holds probeNormal.

  • public const uint ProbeNormalBinding

    Which binding within set 2 probeNormal occupies.

  • public static readonly ParameterKey<SamplerHandle> PointSampler

    set 2, binding 9.

  • public const int PointSamplerSet

    Which descriptor set holds pointSampler.

  • public const uint PointSamplerBinding

    Which binding within set 2 pointSampler occupies.

  • public static readonly ParameterKey<Matrix4x4> InverseViewProjection

    inverseViewProjection at byte 0.

  • public static readonly ParameterKey<float> PlaneTolerance

    planeTolerance at byte 64, declared 0.

  • public static readonly ParameterKey<float> TileSize

    tileSize at byte 68, declared 16.

  • public static readonly ParameterKey<float> LatticeOrigin

    latticeOrigin at byte 72, declared 8.5.

  • public static readonly ParameterKey<Vector2> GridSize

    gridSize at byte 80, declared 1, 1.

  • public static readonly ParameterKey<Vector2> Viewport

    viewport at byte 88, declared 1, 1.

  • public static readonly ParameterKey<float> Intensity

    intensity at byte 96, declared 1.

  • public const int ConstantBufferSize

    The uniform block's size in bytes — what to allocate.

  • public const int ConstantBufferSet

    Which descriptor set holds the uniform block.

  • public const uint ConstantBufferBinding

    Which binding within set 2 the uniform block occupies.

Used by (1)

  • ScreenProbeUpsampleRendererVixen.Rendering.PostFx