csharp
public readonly record struct EffectPushConstantMemberInfoOne member of a push-constant block.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public string NameThe name the shader gave it.
public int OffsetWhere it starts within the block, in bytes.
public int SizeHow many bytes it occupies.
Methods (1)
public EffectPushConstantMemberInfo(string Name, int Offset, int Size)One member of a push-constant block.
Used by (2)
- EffectLoaderVixen.Shaders
- EffectPushConstantVixen.Shaders