Browse Source
Shader_IR: add the ability to amend code in the shader ir.
Shader_IR: add the ability to amend code in the shader ir.
This commit introduces a mechanism by which shader IR code can be amended and extended. This useful for track algorithms where certain information can derived from before the track such as indexes to array samplers.nce_cpp
committed by
FernandoS27
5 changed files with 72 additions and 3 deletions
-
15src/video_core/renderer_opengl/gl_shader_decompiler.cpp
-
18src/video_core/renderer_vulkan/vk_shader_decompiler.cpp
-
28src/video_core/shader/node.h
-
6src/video_core/shader/shader_ir.cpp
-
8src/video_core/shader/shader_ir.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue