Vixen
02b45cc4
csharp
public record class DescriptorSetInfo

The bindings of one descriptor set.

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

Fields and properties (2)

  • public int Set

    Set index. See the four-set convention in docs/plan/05.

  • public ImmutableArray<BindingInfo> Bindings

    Bindings, ordered by index.

Methods (1)

  • public DescriptorSetInfo(int Set, ImmutableArray<BindingInfo> Bindings)

    The bindings of one descriptor set.

Used by (22)

  • LayoutGateTestsVixen.Raven.Gpu.Tests
  • ShaderRunVixen.Raven.Gpu.Tests
  • VfxShaderUniformTestsVixen.Vfx.Tests
  • BindlessTextureTestsVixen.Raven.Tests
  • CompiledEffectTestsVixen.Raven.Tests
  • ComputeTestsVixen.Raven.Tests
  • ConventionTestsVixen.Raven.Tests
  • DescriptorSetTestsVixen.Raven.Tests
  • EffectTranslatorVixen.ShaderCompiler
  • LibraryReflectionTestsVixen.Raven.Tests
  • MaterialRecordTestsVixen.Raven.Tests
  • RavenReflectionVixen.Raven
  • RayQueryTestsVixen.Raven.Tests
  • ReflectionBuilderVixen.Raven
  • ReflectionTestsVixen.Raven.Tests
  • SampledTextureTestsVixen.Raven.Tests
  • SharedBindingTestsVixen.Raven.Tests
  • SizedArrayTestsVixen.Raven.Tests
  • StorageImageTestsVixen.Raven.Tests
  • StreamTestsVixen.Raven.Tests
  • TupleTestsVixen.Raven.Tests
  • WritableResourceTestsVixen.Raven.Tests