Vixen
dd8b0a81
csharp
public record class DescriptorSetInfo

The bindings of one descriptor set.

Read the guide page for this →

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 (25)

  • LayoutGateTestsVixen.Raven.Gpu.Tests
  • ParticlePictureVixen.Vfx.Gpu.Tests
  • ShaderRunVixen.Raven.Gpu.Tests
  • VfxShaderUniformTestsVixen.Vfx.Tests
  • BindlessTextureTestsVixen.Raven.Tests
  • CompiledEffectTestsVixen.Raven.Tests
  • ComputeTestsVixen.Raven.Tests
  • ConventionTestsVixen.Raven.Tests
  • DepthTextureTestsVixen.Raven.Tests
  • DescriptorSetTestsVixen.Raven.Tests
  • DynamicOffsetTestsVixen.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