mirror of
				https://github.com/hedge-dev/XenosRecomp.git
				synced 2025-10-30 07:12:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			179 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			179 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| struct AirCompiler
 | |
| {
 | |
|     static std::vector<uint8_t> compile(const std::string& shaderSource);
 | |
| 
 | |
| private:
 | |
|     static int makeTemporaryFile(std::string& extension);
 | |
| }; | 
