mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 23:06:43 +08:00 
			
		
		
		
	maxwell_to_vk: Implement RG32 and RGB32 integer vertex formats
This commit is contained in:
		
							parent
							
								
									4dfd5c84ea
								
							
						
					
					
						commit
						52acb7f9a0
					
				| @ -364,6 +364,10 @@ vk::Format VertexFormat(Maxwell::VertexAttribute::Type type, Maxwell::VertexAttr | ||||
|             return vk::Format::eR8G8B8A8Uint; | ||||
|         case Maxwell::VertexAttribute::Size::Size_32: | ||||
|             return vk::Format::eR32Uint; | ||||
|         case Maxwell::VertexAttribute::Size::Size_32_32: | ||||
|             return vk::Format::eR32G32Uint; | ||||
|         case Maxwell::VertexAttribute::Size::Size_32_32_32: | ||||
|             return vk::Format::eR32G32B32Uint; | ||||
|         case Maxwell::VertexAttribute::Size::Size_32_32_32_32: | ||||
|             return vk::Format::eR32G32B32A32Uint; | ||||
|         default: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user