mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:00:05 +00:00 
			
		
		
		
	Default geo_texture2d displayed parameter to true when not used
This commit is contained in:
		
							parent
							
								
									f4bc2572d2
								
							
						
					
					
						commit
						15beb9436d
					
				
					 7 changed files with 42 additions and 7 deletions
				
			
		|  | @ -3,6 +3,8 @@ | |||
| #include <scwx/qt/gl/gl.hpp> | ||||
| #include <scwx/qt/gl/shader_program.hpp> | ||||
| 
 | ||||
| #include <QOpenGLFunctions_3_0> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
|  | @ -22,7 +24,8 @@ public: | |||
|    GlContext(GlContext&&) noexcept; | ||||
|    GlContext& operator=(GlContext&&) noexcept; | ||||
| 
 | ||||
|    gl::OpenGLFunctions& gl(); | ||||
|    gl::OpenGLFunctions&  gl(); | ||||
|    QOpenGLFunctions_3_0& gl30(); | ||||
| 
 | ||||
|    std::uint64_t texture_buffer_count() const; | ||||
| 
 | ||||
|  | @ -34,6 +37,8 @@ public: | |||
| 
 | ||||
|    GLuint GetTextureAtlas(); | ||||
| 
 | ||||
|    void Initialize(); | ||||
| 
 | ||||
| private: | ||||
|    class Impl; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat