mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	maxwell_to_gl: Implement PrimitiveTopology::LineStrip.
- Used by Breath of the Wild.
This commit is contained in:
		
							parent
							
								
									fecffeb0dd
								
							
						
					
					
						commit
						8fe118bcaa
					
				| @ -91,6 +91,8 @@ inline GLenum PrimitiveTopology(Maxwell::PrimitiveTopology topology) { | ||||
|     switch (topology) { | ||||
|     case Maxwell::PrimitiveTopology::Points: | ||||
|         return GL_POINTS; | ||||
|     case Maxwell::PrimitiveTopology::LineStrip: | ||||
|         return GL_LINE_STRIP; | ||||
|     case Maxwell::PrimitiveTopology::Triangles: | ||||
|         return GL_TRIANGLES; | ||||
|     case Maxwell::PrimitiveTopology::TriangleStrip: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei