Vixen
02b45cc4

EffectPushConstantMemberInfo

struct Core/Vixen.Shaders/Effect.cs:312
csharp
public readonly record struct EffectPushConstantMemberInfo

One 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 Name

    The name the shader gave it.

  • public int Offset

    Where it starts within the block, in bytes.

  • public int Size

    How 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