|  | @@ -45,11 +45,6 @@ namespace Core.BRG
 | 
	
		
			
				|  |  |                  new NativeArray<MetadataValue>(m_samples.AllShaderValues.Count, Allocator.Temp,
 | 
	
		
			
				|  |  |                      NativeArrayOptions.UninitializedMemory);
 | 
	
		
			
				|  |  |              m_batchShaderBinds.Clear();
 | 
	
		
			
				|  |  | -            // BatchShaderBind transformBind = new BatchShaderBind();
 | 
	
		
			
				|  |  | -            // transformBind.shaderValue = new BRGShaderValue()
 | 
	
		
			
				|  |  | -            // {
 | 
	
		
			
				|  |  | -            //     key = "_Object2World",
 | 
	
		
			
				|  |  | -            // };
 | 
	
		
			
				|  |  |              for (int i = 0; i < m_samples.AllShaderValues.Count; i++)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  |                  BRGShaderValue shaderValue = m_samples.AllShaderValues[i];
 |