gs-texture: Remove accidentally added enum
This commit is contained in:
		
							parent
							
								
									fb77cc90a6
								
							
						
					
					
						commit
						14b370a7a5
					
				|  | @ -40,16 +40,6 @@ namespace gs { | ||||||
| 			BuildMipMaps, | 			BuildMipMaps, | ||||||
| 		}; | 		}; | ||||||
| 
 | 
 | ||||||
| 		enum class mip_method : uint8_t { |  | ||||||
| 			Point, |  | ||||||
| 			Linear, |  | ||||||
| 			Bilinear, |  | ||||||
| 			Sharpen, |  | ||||||
| 			Smoothen, |  | ||||||
| 			Bicubic, |  | ||||||
| 			Lanczos, |  | ||||||
| 		}; |  | ||||||
| 
 |  | ||||||
| 		protected: | 		protected: | ||||||
| 		gs_texture_t* m_texture; | 		gs_texture_t* m_texture; | ||||||
| 		bool          m_isOwner     = true; | 		bool          m_isOwner     = true; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue