forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			372 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			372 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| "use strict";
 | |
| Object.defineProperty(exports, "__esModule", { value: true });
 | |
| exports.GraphicsApi = void 0;
 | |
| exports.GraphicsApi = {
 | |
|     Default: 'default',
 | |
|     OpenGL: 'opengl',
 | |
|     OpenGL1: 'opengl1',
 | |
|     Direct3D9: 'direct3d9',
 | |
|     Direct3D11: 'direct3d11',
 | |
|     Direct3D12: 'direct3d12',
 | |
|     Metal: 'metal',
 | |
|     Vulkan: 'vulkan'
 | |
| };
 | |
| //# sourceMappingURL=GraphicsApi.js.map
 |