mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 16:47:53 +00:00
video_core: Rename "const buffer locker" to "registry"
This commit is contained in:
parent
8021ee48a3
commit
99be31c902
17 changed files with 102 additions and 97 deletions
|
@ -116,8 +116,6 @@ add_library(video_core STATIC
|
|||
shader/ast.h
|
||||
shader/compiler_settings.cpp
|
||||
shader/compiler_settings.h
|
||||
shader/const_buffer_locker.cpp
|
||||
shader/const_buffer_locker.h
|
||||
shader/control_flow.cpp
|
||||
shader/control_flow.h
|
||||
shader/decode.cpp
|
||||
|
@ -126,6 +124,8 @@ add_library(video_core STATIC
|
|||
shader/node_helper.cpp
|
||||
shader/node_helper.h
|
||||
shader/node.h
|
||||
shader/registry.cpp
|
||||
shader/registry.h
|
||||
shader/shader_ir.cpp
|
||||
shader/shader_ir.h
|
||||
shader/track.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue