mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 23:28:12 +00:00
shader_bytecode: Add initial module for shader decoding.
This commit is contained in:
parent
7112683376
commit
0b49a74e19
2 changed files with 298 additions and 0 deletions
|
@ -9,6 +9,7 @@ add_library(video_core STATIC
|
|||
engines/maxwell_3d.h
|
||||
engines/maxwell_compute.cpp
|
||||
engines/maxwell_compute.h
|
||||
engines/shader_bytecode.h
|
||||
gpu.cpp
|
||||
gpu.h
|
||||
macro_interpreter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue