mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-03 22:22:08 +00:00 
			
		
		
		
	[client] egl: remove extra sampler from TextureBuffer
It was unused, there is a sampler in EGL_Texture (base).
This commit is contained in:
		
				
					committed by
					
						
						Geoffrey McRae
					
				
			
			
				
	
			
			
			
						parent
						
							809e1095bd
						
					
				
				
					commit
					4223a5e38f
				
			@@ -33,7 +33,6 @@ typedef struct TextureBuffer
 | 
			
		||||
 | 
			
		||||
  int           texCount;
 | 
			
		||||
  GLuint        tex[EGL_TEX_BUFFER_MAX];
 | 
			
		||||
  GLuint        sampler;
 | 
			
		||||
  EGL_TexBuffer buf[EGL_TEX_BUFFER_MAX];
 | 
			
		||||
  int           bufFree;
 | 
			
		||||
  GLsync        sync;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user