forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
14
Kha/Tools/khamake/out/GraphicsApi.js
Normal file
14
Kha/Tools/khamake/out/GraphicsApi.js
Normal file
@ -0,0 +1,14 @@
|
||||
"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
|
Reference in New Issue
Block a user