csharp
public record class DescriptorSetInfoThe 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 SetSet index. See the four-set convention in docs/plan/05.
public ImmutableArray<BindingInfo> BindingsBindings, 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