csharp
public enum DescriptorTypeWhat 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)
UniformBufferA constant buffer, laid out std140.
StorageBufferA read-write buffer, laid out std430.
SampledTextureA sampled texture.
SamplerA standalone sampler.
StorageImageA storage image: a texture the shader stores into, addressed by texel.
AccelerationStructureAn 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