csharp
public readonly record struct EffectParameterWhere one parameter lives in an effect's constant buffer.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public ParameterKey KeyThe key a host sets it through.
public int OffsetByte offset within the block.
public int SizeHow many bytes it occupies.
public DescriptorSetSlot SetWhich set's block the offset is into.
Methods (1)
public EffectParameter(ParameterKey Key, int Offset, int Size)Where one parameter lives in an effect's constant buffer.
Used by (18)
- BindlessSamplingDeviceTestsVixen.Graphics.Golden.Tests
- ChainVixen.Graphics.Golden.Tests
- ClusteredLightingTestsVixen.Rendering.Tests
- CompilesVixen.Rendering.Tests
- CompilesVixen.Rendering.Tests
- CompositorAssetTestsVixen.Rendering.Tests
- EffectVixen.Shaders
- EffectBlockVixen.Shaders
- EffectCacheTestsVixen.Shaders.Tests
- EffectConstantsVixen.Rendering
- EffectLoaderVixen.Shaders
- ForwardFrameTestsVixen.Rendering.Tests
- MaterialBindingTestsVixen.Rendering.Tests
- MaterialCompilerTestsVixen.Rendering.Tests
- MotionVectorTestsVixen.Rendering.Tests
- SceneLightingTestsVixen.Rendering.Tests
- ShadowedVixen.Graphics.Golden.Tests
- ViewConstantsVixen.Rendering