IShaderMixinBuilderExtended Interface
Namespace: Stride.ShadersAssembly: Stride.Shaders.dll
Extension of IShaderMixinBuilder that provides keys and mixin informations.
public interface IShaderMixinBuilderExtended : IShaderMixinBuilder
Name | Description | |
---|---|---|
Properties | ||
Keys | Gets an array of ParameterKey used by this mixin. |
|
Mixins | Gets the shaders/mixins used by this mixin. |
Properties
Keys
Gets an array of ParameterKey used by this mixin.
ParameterKey[] Keys { get; }
Property Value
Type | Description |
---|---|
ParameterKey[] | The keys. |
Mixins
Gets the shaders/mixins used by this mixin.
string[] Mixins { get; }
Property Value
Type | Description |
---|---|
System.String[] | The mixins. |