Vixen
02b45cc4

NearestReduceKeys

class
csharp
public static class NearestReduceKeys

Typed keys for shader NearestReduce.

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

Fields and properties (7)

  • public const string ShaderName

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

  • public static readonly ParameterKey<TextureViewHandle> Source

    set 2, binding 0.

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

    set 2, binding 1.

  • public const int TargetSet

    Which descriptor set holds target.

  • public const uint TargetBinding

    Which binding within set 2 target occupies.

Used by (1)

  • HiZPyramidVixen.Rendering