ParameterKeyInfo Struct 
              
              
              Namespace: Stride.Rendering
              Assembly: Stride.dll
              
              
              
              
              
              
              
              
              
                [DataContract]
public struct ParameterKeyInfo
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Constructors
              
                
              
              
              
              
              
              ParameterKeyInfo(ParameterKey, Int32)
              
              Describes a resource parameter.
 
              
              
              
                public ParameterKeyInfo(ParameterKey key, int bindingSlot)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | ParameterKey | 
                    key | 
                     | 
                  
                  
                    | System.Int32 | 
                    bindingSlot | 
                     | 
                  
                
              
              
              
              
              
              
              ParameterKeyInfo(ParameterKey, Int32, Int32)
              
              Describes a value parameter.
 
              
              
              
                public ParameterKeyInfo(ParameterKey key, int offset, int count)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | ParameterKey | 
                    key | 
                     | 
                  
                  
                    | System.Int32 | 
                    offset | 
                     | 
                  
                  
                    | System.Int32 | 
                    count | 
                     | 
                  
                
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Fields
              
                
              
              
              
              
              BindingSlot
              
              
              
              
              
              
              Field Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Int32 | 
                     | 
                  
                
              
              
              
              
              
              Count
              
              
              
              
              
              
              Field Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Int32 | 
                     | 
                  
                
              
              
              
              
              
              Key
              
              
              
              
              
              
              Field Value
              
              
              
              
              
              Offset
              
              
              
              
              
              
              Field Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Int32 | 
                     | 
                  
                
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
              
                
              
              
              
              
              
              Equals(ParameterKeyInfo)
              
              
              
              
              
                public bool Equals(ParameterKeyInfo other)
               
              
              Parameters
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              
              
              
              
              
              Equals(Object)
              
              
              
              
              
                public override bool Equals(object obj)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | System.Object | 
                    obj | 
                     | 
                  
                
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              Overrides
              System.ValueType.Equals(System.Object)
              
              
              
              
              
              GetHashCode()
              
              
              
              
              
                public override int GetHashCode()
               
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Int32 | 
                     | 
                  
                
              
              Overrides
              System.ValueType.GetHashCode()
              
              
              
              
              
              ToString()
              
              
              
              
              
                public override string ToString()
               
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              Overrides
              System.ValueType.ToString()
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Operators
              
                
              
              
              
              
              
              Equality(ParameterKeyInfo, ParameterKeyInfo)
              
              
              
              
              
                public static bool operator ==(ParameterKeyInfo left, ParameterKeyInfo right)
               
              
              Parameters
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              
              
              
              
              
              Inequality(ParameterKeyInfo, ParameterKeyInfo)
              
              
              
              
              
                public static bool operator !=(ParameterKeyInfo left, ParameterKeyInfo right)
               
              
              Parameters
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              
              
 
              
               
              
              
              
              
              Extension Methods