ScreenProbeUpsampleKeys
public static class ScreenProbeUpsampleKeysTyped 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 ShaderNameThe shader's name, as the effect system asks for it.
public static readonly ParameterKey<TextureViewHandle> ProbeL0set 2, binding 1.
public const int ProbeL0SetWhich descriptor set holds probeL0.
public const uint ProbeL0BindingWhich binding within set 2 probeL0 occupies.
public static readonly ParameterKey<TextureViewHandle> ProbeL1Rset 2, binding 2.
public const int ProbeL1RSetWhich descriptor set holds probeL1R.
public const uint ProbeL1RBindingWhich binding within set 2 probeL1R occupies.
public static readonly ParameterKey<TextureViewHandle> ProbeL1Gset 2, binding 3.
public const int ProbeL1GSetWhich descriptor set holds probeL1G.
public const uint ProbeL1GBindingWhich binding within set 2 probeL1G occupies.
public static readonly ParameterKey<TextureViewHandle> ProbeL1Bset 2, binding 4.
public const int ProbeL1BSetWhich descriptor set holds probeL1B.
public const uint ProbeL1BBindingWhich binding within set 2 probeL1B occupies.
public static readonly ParameterKey<TextureViewHandle> DepthBufferset 2, binding 5.
public const int DepthBufferSetWhich descriptor set holds depthBuffer.
public const uint DepthBufferBindingWhich binding within set 2 depthBuffer occupies.
public static readonly ParameterKey<TextureViewHandle> NormalBufferset 2, binding 6.
public const int NormalBufferSetWhich descriptor set holds normalBuffer.
public const uint NormalBufferBindingWhich binding within set 2 normalBuffer occupies.
public static readonly ParameterKey<TextureViewHandle> ProbeSurfaceset 2, binding 7.
public const int ProbeSurfaceSetWhich descriptor set holds probeSurface.
public const uint ProbeSurfaceBindingWhich binding within set 2 probeSurface occupies.
public static readonly ParameterKey<TextureViewHandle> ProbeNormalset 2, binding 8.
public const int ProbeNormalSetWhich descriptor set holds probeNormal.
public const uint ProbeNormalBindingWhich binding within set 2 probeNormal occupies.
public static readonly ParameterKey<SamplerHandle> PointSamplerset 2, binding 9.
public const int PointSamplerSetWhich descriptor set holds pointSampler.
public const uint PointSamplerBindingWhich binding within set 2 pointSampler occupies.
public static readonly ParameterKey<Matrix4x4> InverseViewProjectioninverseViewProjection at byte 0.
public static readonly ParameterKey<float> PlaneToleranceplaneTolerance at byte 64, declared 0.
public static readonly ParameterKey<float> TileSizetileSize at byte 68, declared 16.
public static readonly ParameterKey<float> LatticeOriginlatticeOrigin at byte 72, declared 8.5.
public static readonly ParameterKey<Vector2> GridSizegridSize at byte 80, declared 1, 1.
public static readonly ParameterKey<Vector2> Viewportviewport at byte 88, declared 1, 1.
public static readonly ParameterKey<float> Intensityintensity at byte 96, declared 1.
public const int ConstantBufferSizeThe uniform block's size in bytes — what to allocate.
public const int ConstantBufferSetWhich descriptor set holds the uniform block.
public const uint ConstantBufferBindingWhich binding within set 2 the uniform block occupies.
Used by (1)
- ScreenProbeUpsampleRendererVixen.Rendering.PostFx