mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8.
This commit is contained in:
		
							parent
							
								
									c7ce472eeb
								
							
						
					
					
						commit
						316327f487
					
				| @ -36,6 +36,18 @@ inline GLenum VertexType(Maxwell::VertexAttribute attrib) { | |||||||
|         return {}; |         return {}; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |     case Maxwell::VertexAttribute::Type::SignedNorm: { | ||||||
|  | 
 | ||||||
|  |         switch (attrib.size) { | ||||||
|  |         case Maxwell::VertexAttribute::Size::Size_8_8_8_8: | ||||||
|  |             return GL_BYTE; | ||||||
|  |         } | ||||||
|  | 
 | ||||||
|  |         NGLOG_CRITICAL(Render_OpenGL, "Unimplemented vertex size={}", attrib.SizeString()); | ||||||
|  |         UNREACHABLE(); | ||||||
|  |         return {}; | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|     case Maxwell::VertexAttribute::Type::Float: |     case Maxwell::VertexAttribute::Type::Float: | ||||||
|         return GL_FLOAT; |         return GL_FLOAT; | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei