mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-23 20:49:01 +02:00
[tools] add separate maxwell disassembler and spirv translator
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
a0bb6324c0
commit
df20200245
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