mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	renderer_vulkan: Bump minimum SPIRV version
* 1.3 is guaranteed on all 1.1 drivers
This commit is contained in:
		
							parent
							
								
									c339af37a7
								
							
						
					
					
						commit
						1522b95658
					
				@ -518,7 +518,7 @@ public:
 | 
			
		||||
        if (extensions.spirv_1_4) {
 | 
			
		||||
            return 0x00010400U;
 | 
			
		||||
        }
 | 
			
		||||
        return 0x00010000U;
 | 
			
		||||
        return 0x00010300U;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// Returns true when a known debugging tool is attached.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user