csharp
public record class PushConstantInfoOne push-constant range.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public string NameDeclared name.
public int OffsetByte offset within the push-constant block.
public int SizeBytes occupied.
public ShaderStages StagesWhich stages reference it.
public ImmutableArray<MemberInfo> MembersMembers of the range.
Methods (1)
public PushConstantInfo(string Name, int Offset, int Size, ShaderStages Stages, ImmutableArray<MemberInfo> Members)One push-constant range.
Used by (5)
- VfxShaderUniformTestsVixen.Vfx.Tests
- EffectTranslatorVixen.ShaderCompiler
- PushConstantTestsVixen.Raven.Tests
- RavenReflectionVixen.Raven
- ReflectionBuilderVixen.Raven