Vixen
02b45cc4

UiImageKeys

class
csharp
public static class UiImageKeys

Typed keys for shader UiImage.

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 0, binding 0.

  • public const int SourceSet

    Which descriptor set holds source.

  • public const uint SourceBinding

    Which binding within set 0 source occupies.

  • public static readonly ParameterKey<SamplerHandle> SourceSampler

    set 0, binding 1.

  • public const int SourceSamplerSet

    Which descriptor set holds sourceSampler.

  • public const uint SourceSamplerBinding

    Which binding within set 0 sourceSampler occupies.