mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 23:50:05 +00:00 
			
		
		
		
	Creating OpenGL utility class, consolidating number of OpenGL function objects
This commit is contained in:
		
							parent
							
								
									c6a323247d
								
							
						
					
					
						commit
						59be110c10
					
				
					 10 changed files with 124 additions and 73 deletions
				
			
		|  | @ -1,5 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/qt/util/gl.hpp> | ||||
| 
 | ||||
| #include <QMapboxGL> | ||||
| 
 | ||||
| namespace scwx | ||||
|  | @ -12,7 +14,7 @@ class RadarLayerImpl; | |||
| class RadarLayer : public QMapbox::CustomLayerHostInterface | ||||
| { | ||||
| public: | ||||
|    explicit RadarLayer(std::shared_ptr<QMapboxGL> map); | ||||
|    explicit RadarLayer(std::shared_ptr<QMapboxGL> map, OpenGLFunctions& gl); | ||||
|    ~RadarLayer(); | ||||
| 
 | ||||
|    RadarLayer(const RadarLayer&) = delete; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat