Table of Contents

Class ComputeShaderClassColor

Namespace
Stride.Rendering.Materials.ComputeColors
Assembly
Stride.Rendering.dll

A shader outputing a color/vector value.

[DataContract("ComputeShaderClassColor")]
[Display("Shader", null)]
public class ComputeShaderClassColor : ComputeShaderClassBase<IComputeColor>, IComputeColor, IComputeNode
Inheritance
ComputeShaderClassColor
Implements
Inherited Members

Properties

HasChanged

Indicates if the IComputeColor has changed since the last time it was checked, which might require recompilation of the shader mixins. Once polled, it will reset all cached states and revert to false until other changes have been triggered.

public bool HasChanged { get; }

Property Value

bool