mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	debugger/shader: display LOOP
This commit is contained in:
		@@ -236,7 +236,9 @@ QVariant GraphicsVertexShaderModel::data(const QModelIndex& index, int role) con
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                switch (opcode.EffectiveOpCode()) {
 | 
					                switch (opcode.EffectiveOpCode()) {
 | 
				
			||||||
                case OpCode::Id::LOOP:
 | 
					                case OpCode::Id::LOOP:
 | 
				
			||||||
                    output << "(unknown instruction format)";
 | 
					                    output << 'i' << instr.flow_control.int_uniform_id << " (end on 0x"
 | 
				
			||||||
 | 
					                           << std::setw(4) << std::right << std::setfill('0') << std::hex
 | 
				
			||||||
 | 
					                           << (4 * instr.flow_control.dest_offset) << ")";
 | 
				
			||||||
                    break;
 | 
					                    break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                default:
 | 
					                default:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user