mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:50:06 +00:00 
			
		
		
		
	Update placefile icon texture coordinates when the texture atlas changes
This commit is contained in:
		
							parent
							
								
									e021484bfb
								
							
						
					
					
						commit
						565734217b
					
				
					 7 changed files with 55 additions and 16 deletions
				
			
		|  | @ -28,9 +28,10 @@ public: | |||
|    DrawItem& operator=(DrawItem&&) noexcept; | ||||
| 
 | ||||
|    virtual void Initialize() = 0; | ||||
|    virtual void | ||||
|    Render(const QMapLibreGL::CustomLayerRenderParameters& params) = 0; | ||||
|    virtual void Deinitialize()                                    = 0; | ||||
|    virtual void Render(const QMapLibreGL::CustomLayerRenderParameters& params); | ||||
|    virtual void Render(const QMapLibreGL::CustomLayerRenderParameters& params, | ||||
|                        bool textureAtlasChanged); | ||||
|    virtual void Deinitialize() = 0; | ||||
| 
 | ||||
| protected: | ||||
|    void | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat