diff options
| author | 2019-06-04 22:44:06 -0300 | |
|---|---|---|
| committer | 2019-06-05 20:41:52 -0300 | |
| commit | bf4dfb3ad4c6419216e8154c970f5577bc1bc475 (patch) | |
| tree | fc03ece18cae31f3a855d6702878027bd1f6134a /src/core/hardware_interrupt_manager.cpp | |
| parent | Merge pull request #2520 from ReinUsesLisp/vulkan-refresh (diff) | |
| download | yuzu-bf4dfb3ad4c6419216e8154c970f5577bc1bc475.tar.gz yuzu-bf4dfb3ad4c6419216e8154c970f5577bc1bc475.tar.xz yuzu-bf4dfb3ad4c6419216e8154c970f5577bc1bc475.zip | |
shader: Use shared_ptr to store nodes and move initialization to file
Instead of having a vector of unique_ptr stored in a vector and
returning star pointers to this, use shared_ptr. While changing
initialization code, move it to a separate file when possible.
This is a first step to allow code analysis and node generation beyond
the ShaderIR class.
Diffstat (limited to 'src/core/hardware_interrupt_manager.cpp')
0 files changed, 0 insertions, 0 deletions