mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	maxwell_to_gl: Implement PrimitiveTopology::LineStrip.
- Used by Breath of the Wild.
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bunnei
					bunnei