mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 08:27:53 +00:00
async shaders
This commit is contained in:
parent
6825b4911d
commit
a4e811af27
16 changed files with 598 additions and 64 deletions
|
@ -98,6 +98,8 @@ add_library(video_core STATIC
|
|||
sampler_cache.cpp
|
||||
sampler_cache.h
|
||||
shader_cache.h
|
||||
shader_notify.cpp
|
||||
shader_notify.h
|
||||
shader/decode/arithmetic.cpp
|
||||
shader/decode/arithmetic_immediate.cpp
|
||||
shader/decode/bfe.cpp
|
||||
|
@ -128,6 +130,8 @@ add_library(video_core STATIC
|
|||
shader/decode/other.cpp
|
||||
shader/ast.cpp
|
||||
shader/ast.h
|
||||
shader/async_shaders.cpp
|
||||
shader/async_shaders.h
|
||||
shader/compiler_settings.cpp
|
||||
shader/compiler_settings.h
|
||||
shader/control_flow.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue