ILightShadowMapShaderGroupData Interface 
              
              
              Namespace: Stride.Rendering.Shadows
              Assembly: Stride.Rendering.dll
              
              
              
              
              
              
              
              
              
                public interface ILightShadowMapShaderGroupData
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
              
                
              
              
              
              
              
              ApplyDrawParameters(RenderDrawContext, ParameterCollection, FastListStruct<LightDynamicEntry>, ref BoundingBoxExt)
              
              
              
              
              
                void ApplyDrawParameters(RenderDrawContext context, ParameterCollection parameters, FastListStruct<LightDynamicEntry> currentLights, ref BoundingBoxExt boundingBox)
               
              
              Parameters
              
              
              
              
              
              
              ApplyShader(ShaderMixinSource)
              
              
              
              
              
                void ApplyShader(ShaderMixinSource mixin)
               
              
              Parameters
              
              
              
              
              
              
              ApplyViewParameters(RenderDrawContext, ParameterCollection, FastListStruct<LightDynamicEntry>)
              
              
              
              
              
                void ApplyViewParameters(RenderDrawContext context, ParameterCollection parameters, FastListStruct<LightDynamicEntry> currentLights)
               
              
              Parameters
              
              
              
              
              
              
              UpdateLayout(String)
              
              
              
              
              
                void UpdateLayout(string compositionName)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                    compositionName | 
                     | 
                  
                
              
              
              
              
              
              
              UpdateLightCount(Int32, Int32)
              
              
              
              
              
                void UpdateLightCount(int lightLastCount, int lightCurrentCount)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | System.Int32 | 
                    lightLastCount | 
                     | 
                  
                  
                    | System.Int32 | 
                    lightCurrentCount | 
                     | 
                  
                
              
              
              
 
              
               
              
              
              
              
              Extension Methods