Vixen
02b45cc4

UiBoxKeys

class
csharp
public static class UiBoxKeys

Typed keys for shader UiBox.

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

Fields and properties (10)

  • public const string ShaderName

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

  • public static readonly ParameterKey<TextureViewHandle> Atlas

    set 0, binding 0.

  • public const int AtlasSet

    Which descriptor set holds atlas.

  • public const uint AtlasBinding

    Which binding within set 0 atlas occupies.

  • public static readonly ParameterKey<SamplerHandle> AtlasSampler

    set 0, binding 1.

  • public const int AtlasSamplerSet

    Which descriptor set holds atlasSampler.

  • public const uint AtlasSamplerBinding

    Which binding within set 0 atlasSampler occupies.

  • public static readonly ParameterKey<BufferHandle> Shapes

    set 0, binding 2.

  • public const int ShapesSet

    Which descriptor set holds shapes.

  • public const uint ShapesBinding

    Which binding within set 0 shapes occupies.