mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 00:09:00 +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
|
|
@ -6,7 +6,12 @@ Tools for Eden and other subprojects.
|
|||
|
||||
- [CPMUtil Scripts](./cpm)
|
||||
|
||||
## Eden
|
||||
## Binaries
|
||||
|
||||
- `maxwell-spirv`: Converts Maxwell shaders (dumped from `.ash` files) into SPIR-V code (emitted into STDOUT).
|
||||
- `maxwell-disas`: Dumb maxwell dissasembler.
|
||||
|
||||
## Scripts
|
||||
|
||||
- `generate_converters.py`: Generates converters for given formats of textures (C++ helper).
|
||||
- `svc_generator.py`: Generates the files `src/core/hle/kernel/svc.cpp` and `src/core/hle/kernel/svc.h` based off prototypes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue