mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-13 20:08:59 +02:00
[tools] add separate maxwell disassembler and spirv translator
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
d0a054270e
commit
b8805bc561
9 changed files with 1087 additions and 1 deletions
9
tools/maxwell-spirv/reference_impl.cpp
Normal file
9
tools/maxwell-spirv/reference_impl.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <sirit/sirit.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
int ReferenceImpl(int argc, char *argv[]) {
|
||||
//todo
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue