mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Remove Vulkan debugging prints
This commit is contained in:
		
							parent
							
								
									5c3944e7da
								
							
						
					
					
						commit
						71b74195de
					
				
					 3 changed files with 3 additions and 14 deletions
				
			
		|  | @ -483,7 +483,7 @@ String ShaderCompilerRD::_dump_node_code(const SL::Node *p_node, int p_level, Ge | |||
| 			} | ||||
| 
 | ||||
| 			r_gen_code.uniform_total_size = offset; | ||||
| 			print_line("uniform total: " + itos(r_gen_code.uniform_total_size)); | ||||
| 
 | ||||
| 			if (r_gen_code.uniform_total_size % 16 != 0) { //UBO sizes must be multiples of 16
 | ||||
| 				r_gen_code.uniform_total_size += 16 - (r_gen_code.uniform_total_size % 16); | ||||
| 			} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hugo Locurcio
						Hugo Locurcio