Vixen
02b45cc4
csharp
public enum DescriptorType

What a descriptor binding holds, in the RHI's terms.

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

Fields and properties (6)

  • UniformBuffer

    A constant buffer, laid out std140.

  • StorageBuffer

    A read-write buffer, laid out std430.

  • SampledTexture

    A sampled texture.

  • Sampler

    A standalone sampler.

  • StorageImage

    A storage image: a texture the shader stores into, addressed by texel.

  • AccelerationStructure

    An acceleration structure a ray query opens against.

Used by (15)

  • LayoutGateTestsVixen.Raven.Gpu.Tests
  • ShaderRunVixen.Raven.Gpu.Tests
  • BindingInfoVixen.Raven
  • BindlessTextureTestsVixen.Raven.Tests
  • CompiledEffectTestsVixen.Raven.Tests
  • DescriptorSetTestsVixen.Raven.Tests
  • EffectTranslatorVixen.ShaderCompiler
  • MaterialRecordTestsVixen.Raven.Tests
  • RayQueryTestsVixen.Raven.Tests
  • ReflectionBuilderVixen.Raven
  • ReflectionTestsVixen.Raven.Tests
  • SampledTextureTestsVixen.Raven.Tests
  • SharedBindingTestsVixen.Raven.Tests
  • StorageImageTestsVixen.Raven.Tests
  • WritableResourceTestsVixen.Raven.Tests