mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	gl_buffer_cache: Default initialize member variables
Ensures that the cache always has a deterministic initial state.
This commit is contained in:
		
							parent
							
								
									8d685a29bc
								
							
						
					
					
						commit
						ddcdbce067
					
				@ -49,9 +49,9 @@ protected:
 | 
			
		||||
private:
 | 
			
		||||
    OGLStreamBuffer stream_buffer;
 | 
			
		||||
 | 
			
		||||
    u8* buffer_ptr;
 | 
			
		||||
    GLintptr buffer_offset;
 | 
			
		||||
    GLintptr buffer_offset_base;
 | 
			
		||||
    u8* buffer_ptr = nullptr;
 | 
			
		||||
    GLintptr buffer_offset = 0;
 | 
			
		||||
    GLintptr buffer_offset_base = 0;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
} // namespace OpenGL
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user