Vixen
02b45cc4

LocalExposureKeys

class
csharp
public static class LocalExposureKeys

Typed keys for shader LocalExposure.

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

Fields and properties (26)

  • public const string ShaderName

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

  • public static readonly PermutationKey<int> Mode

    Affects the generated code, so a distinct value is a distinct variant.

  • public static readonly PermutationKey<int> Taps

    Affects the generated code, so a distinct value is a distinct variant.

  • public static readonly ParameterKey[] UsedPermutationKeys

    The permutation keys that actually change the generated code.

  • public static readonly ParameterKey<TextureViewHandle> Source

    set 2, binding 1.

  • public const int SourceSet

    Which descriptor set holds source.

  • public const uint SourceBinding

    Which binding within set 2 source occupies.

  • public static readonly ParameterKey<TextureViewHandle> BaseLuminance

    set 2, binding 2.

  • public const int BaseLuminanceSet

    Which descriptor set holds baseLuminance.

  • public const uint BaseLuminanceBinding

    Which binding within set 2 baseLuminance occupies.

  • public static readonly ParameterKey<SamplerHandle> SourceSampler

    set 2, binding 3.

  • public const int SourceSamplerSet

    Which descriptor set holds sourceSampler.

  • public const uint SourceSamplerBinding

    Which binding within set 2 sourceSampler occupies.

  • public static readonly ParameterKey<SamplerHandle> BaseSampler

    set 2, binding 4.

  • public const int BaseSamplerSet

    Which descriptor set holds baseSampler.

  • public const uint BaseSamplerBinding

    Which binding within set 2 baseSampler occupies.

  • public static readonly ParameterKey<Vector2> TexelSize

    texelSize at byte 0, declared 0.001, 0.001.

  • public static readonly ParameterKey<float> BlurRadius

    blurRadius at byte 8, declared 6.

  • public static readonly ParameterKey<float> EdgeRange

    edgeRange at byte 12, declared 1.5.

  • public static readonly ParameterKey<float> HighlightContrast

    highlightContrast at byte 16, declared 0.6.

  • public static readonly ParameterKey<float> ShadowContrast

    shadowContrast at byte 20, declared 0.4.

  • public static readonly ParameterKey<float> Pivot

    pivot at byte 24, declared -2.47.

  • public static readonly ParameterKey<float> MaximumStops

    maximumStops at byte 28, declared 4.

  • 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)

  • LocalExposureRendererVixen.Rendering.PostFx