Class ComputeShaderStateDescription
  This struct contains all the shader stages.
 
  
  
    Inheritance
    
    
    ComputeShaderStateDescription
   
  
  
  
  Assembly: Evergine.Common.dll
  Syntax
  
    public class ComputeShaderStateDescription : ShaderStateDescription, IEquatable<ShaderStateDescription>, IEquatable<ComputeShaderStateDescription>
   
  Fields
  ComputeShader
  Gets or sets the compute shader program.
 
  
  Declaration
  
    public Shader ComputeShader
   
  Field Value
  
  Methods
  
  Equals(ComputeShaderStateDescription)
  
  
  Declaration
  
    public bool Equals(ComputeShaderStateDescription other)
   
  Parameters
  
  Returns
  
  
  Equals(object)
  Determines whether the specified object is equal to this instance.
 
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | object | 
        obj | 
        The object to compare with this instance. 
 | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | bool | 
        true if the specified object is equal to this instance; otherwise, false. 
 | 
      
    
  
  Overrides
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  Implements
  
  
  Extension Methods