Vixen
02b45cc4

AmbientCombineKeys

class
csharp
public static class AmbientCombineKeys

Typed keys for shader AmbientCombine.

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

Fields and properties (36)

  • public const string ShaderName

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

  • public static readonly ParameterKey<TextureViewHandle> Direct

    set 2, binding 1.

  • public const int DirectSet

    Which descriptor set holds direct.

  • public const uint DirectBinding

    Which binding within set 2 direct occupies.

  • public static readonly ParameterKey<TextureViewHandle> Albedo

    set 2, binding 2.

  • public const int AlbedoSet

    Which descriptor set holds albedo.

  • public const uint AlbedoBinding

    Which binding within set 2 albedo occupies.

  • public static readonly ParameterKey<TextureViewHandle> Normals

    set 2, binding 3.

  • public const int NormalsSet

    Which descriptor set holds normals.

  • public const uint NormalsBinding

    Which binding within set 2 normals occupies.

  • public static readonly ParameterKey<TextureViewHandle> Irradiance

    set 2, binding 4.

  • public const int IrradianceSet

    Which descriptor set holds irradiance.

  • public const uint IrradianceBinding

    Which binding within set 2 irradiance occupies.

  • public static readonly ParameterKey<TextureViewHandle> Occlusion

    set 2, binding 5.

  • public const int OcclusionSet

    Which descriptor set holds occlusion.

  • public const uint OcclusionBinding

    Which binding within set 2 occlusion occupies.

  • public static readonly ParameterKey<TextureViewHandle> ContactOcclusion

    set 2, binding 6.

  • public const int ContactOcclusionSet

    Which descriptor set holds contactOcclusion.

  • public const uint ContactOcclusionBinding

    Which binding within set 2 contactOcclusion occupies.

  • public static readonly ParameterKey<TextureViewHandle> Reflections

    set 2, binding 7.

  • public const int ReflectionsSet

    Which descriptor set holds reflections.

  • public const uint ReflectionsBinding

    Which binding within set 2 reflections occupies.

  • public static readonly ParameterKey<SamplerHandle> PointSampler

    set 2, binding 8.

  • public const int PointSamplerSet

    Which descriptor set holds pointSampler.

  • public const uint PointSamplerBinding

    Which binding within set 2 pointSampler occupies.

  • public static readonly ParameterKey<SamplerHandle> LinearSampler

    set 2, binding 9.

  • public const int LinearSamplerSet

    Which descriptor set holds linearSampler.

  • public const uint LinearSamplerBinding

    Which binding within set 2 linearSampler occupies.

  • public static readonly ParameterKey<float> UseIrradiance

    useIrradiance at byte 0, declared 0.

  • public static readonly ParameterKey<float> UseOcclusion

    useOcclusion at byte 4, declared 0.

  • public static readonly ParameterKey<float> UseContactOcclusion

    useContactOcclusion at byte 8, declared 0.

  • public static readonly ParameterKey<float> UseReflections

    useReflections at byte 12, declared 0.

  • public static readonly ParameterKey<float> Intensity

    intensity at byte 16, 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 (2)

  • AmbientCombineRendererVixen.Rendering.PostFx
  • PostEffectTestsVixen.Rendering.PostFx.Tests