mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
extract tool work
This commit is contained in:
1
hecl/lib/Backend/CMakeLists.txt
Normal file
1
hecl/lib/Backend/CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
||||
add_library(HECLBackend HECLBackend.cpp)
|
||||
0
hecl/lib/Backend/GLSL/CGLSLFragEmitter.cpp
Normal file
0
hecl/lib/Backend/GLSL/CGLSLFragEmitter.cpp
Normal file
0
hecl/lib/Backend/GLSL/CGLSLObject.cpp
Normal file
0
hecl/lib/Backend/GLSL/CGLSLObject.cpp
Normal file
0
hecl/lib/Backend/GLSL/CGLSLSpec.cpp
Normal file
0
hecl/lib/Backend/GLSL/CGLSLSpec.cpp
Normal file
0
hecl/lib/Backend/GLSL/CGLSLVertEmitter.cpp
Normal file
0
hecl/lib/Backend/GLSL/CGLSLVertEmitter.cpp
Normal file
0
hecl/lib/Backend/GX/CGXFragEmitter.cpp
Normal file
0
hecl/lib/Backend/GX/CGXFragEmitter.cpp
Normal file
0
hecl/lib/Backend/GX/CGXObject.cpp
Normal file
0
hecl/lib/Backend/GX/CGXObject.cpp
Normal file
0
hecl/lib/Backend/GX/CGXSpec.cpp
Normal file
0
hecl/lib/Backend/GX/CGXSpec.cpp
Normal file
0
hecl/lib/Backend/GX/CGXVertEmitter.cpp
Normal file
0
hecl/lib/Backend/GX/CGXVertEmitter.cpp
Normal file
0
hecl/lib/Backend/GX2LLVM/CGX2LLVMFragEmitter.cpp
Normal file
0
hecl/lib/Backend/GX2LLVM/CGX2LLVMFragEmitter.cpp
Normal file
0
hecl/lib/Backend/GX2LLVM/CGX2LLVMObject.cpp
Normal file
0
hecl/lib/Backend/GX2LLVM/CGX2LLVMObject.cpp
Normal file
0
hecl/lib/Backend/GX2LLVM/CGX2LLVMSpec.cpp
Normal file
0
hecl/lib/Backend/GX2LLVM/CGX2LLVMSpec.cpp
Normal file
0
hecl/lib/Backend/GX2LLVM/CGX2LLVMVertEmitter.cpp
Normal file
0
hecl/lib/Backend/GX2LLVM/CGX2LLVMVertEmitter.cpp
Normal file
0
hecl/lib/Backend/HECLBackend.cpp
Normal file
0
hecl/lib/Backend/HECLBackend.cpp
Normal file
0
hecl/lib/Backend/HLSL/CHLSLFragEmitter.cpp
Normal file
0
hecl/lib/Backend/HLSL/CHLSLFragEmitter.cpp
Normal file
0
hecl/lib/Backend/HLSL/CHLSLObject.cpp
Normal file
0
hecl/lib/Backend/HLSL/CHLSLObject.cpp
Normal file
0
hecl/lib/Backend/HLSL/CHLSLSpec.cpp
Normal file
0
hecl/lib/Backend/HLSL/CHLSLSpec.cpp
Normal file
0
hecl/lib/Backend/HLSL/CHLSLVertEmitter.cpp
Normal file
0
hecl/lib/Backend/HLSL/CHLSLVertEmitter.cpp
Normal file
4
hecl/lib/Backend/IBackendFragEmitter.hpp
Normal file
4
hecl/lib/Backend/IBackendFragEmitter.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef IBACKENDFRAGEMITTER_HPP
|
||||
#define IBACKENDFRAGEMITTER_HPP
|
||||
|
||||
#endif // IBACKENDFRAGEMITTER_HPP
|
||||
4
hecl/lib/Backend/IBackendObject.hpp
Normal file
4
hecl/lib/Backend/IBackendObject.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef IBACKENDOBJECT_HPP
|
||||
#define IBACKENDOBJECT_HPP
|
||||
|
||||
#endif // IBACKENDOBJECT_HPP
|
||||
4
hecl/lib/Backend/IBackendSpec.hpp
Normal file
4
hecl/lib/Backend/IBackendSpec.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef IBACKENDSPEC_HPP
|
||||
#define IBACKENDSPEC_HPP
|
||||
|
||||
#endif // IBACKENDSPEC_HPP
|
||||
4
hecl/lib/Backend/IBackendVertEmitter.hpp
Normal file
4
hecl/lib/Backend/IBackendVertEmitter.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef IBACKENDVERTEMITTER_HPP
|
||||
#define IBACKENDVERTEMITTER_HPP
|
||||
|
||||
#endif // IBACKENDVERTEMITTER_HPP
|
||||
0
hecl/lib/Backend/SPIRV/CSPIRVFragEmitter.cpp
Normal file
0
hecl/lib/Backend/SPIRV/CSPIRVFragEmitter.cpp
Normal file
0
hecl/lib/Backend/SPIRV/CSPIRVObject.cpp
Normal file
0
hecl/lib/Backend/SPIRV/CSPIRVObject.cpp
Normal file
0
hecl/lib/Backend/SPIRV/CSPIRVSpec.cpp
Normal file
0
hecl/lib/Backend/SPIRV/CSPIRVSpec.cpp
Normal file
0
hecl/lib/Backend/SPIRV/CSPIRVVertEmitter.cpp
Normal file
0
hecl/lib/Backend/SPIRV/CSPIRVVertEmitter.cpp
Normal file
Reference in New Issue
Block a user