yuzu-android/src/video_core/shader
ReinUsesLisp 769a50661a shader/node: Minor changes
Reflect std::shared_ptr nature of Node on initializers and remove
constant members in nodes.

Add some commentaries.
2019-06-06 20:03:33 -03:00
..
decode shader: Use shared_ptr to store nodes and move initialization to file 2019-06-05 20:41:52 -03:00
decode.cpp shader: Use shared_ptr to store nodes and move initialization to file 2019-06-05 20:41:52 -03:00
node.h shader/node: Minor changes 2019-06-06 20:03:33 -03:00
node_helper.cpp shader: Use shared_ptr to store nodes and move initialization to file 2019-06-05 20:41:52 -03:00
node_helper.h shader: Move Node declarations out of the shader IR header 2019-06-06 20:02:37 -03:00
shader_ir.cpp shader: Use shared_ptr to store nodes and move initialization to file 2019-06-05 20:41:52 -03:00
shader_ir.h shader: Move Node declarations out of the shader IR header 2019-06-06 20:02:37 -03:00
track.cpp shader: Use shared_ptr to store nodes and move initialization to file 2019-06-05 20:41:52 -03:00