Compare commits
	
		
			3 commits
		
	
	
		
			be35960f91
			...
			5dba19b9a4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5dba19b9a4 | |||
| 0396303f62 | |||
| b0caeded2a | 
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -22,8 +22,8 @@ void create_surface_component(test::FuzzDataProvider &provider, ecs::Registry &r | |||
| 	const auto title = provider.consume_string(length).value_or(""); | ||||
| 
 | ||||
| 	const auto resolution = math::uvec2 { | ||||
| 		provider.consume<uint32_t>().value_or({ 32 }), | ||||
| 		provider.consume<uint32_t>().value_or({ 64 }), | ||||
| 		provider.consume<uint32_t>().value_or(32u), | ||||
| 		provider.consume<uint32_t>().value_or(64u), | ||||
| 	}; | ||||
| 	const auto visible = provider.consume<bool>().value_or(false); | ||||
| 	const auto vsync = provider.consume<bool>().value_or(false); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue