mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-13 20:08:59 +02:00
tool for ir dumps
This commit is contained in:
parent
efa64fe99b
commit
e8d5775513
12 changed files with 216 additions and 177 deletions
15
tools/maxwell-spirv/spirv_reference_impl.cpp
Normal file
15
tools/maxwell-spirv/spirv_reference_impl.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "common/bit_field.h"
|
||||
#include "common/common_types.h"
|
||||
#include "spirv/unified1/spirv.hpp11"
|
||||
#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