diff options
| author | 2021-02-16 04:10:22 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:22 -0400 | |
| commit | b5d7279d878211654b4abb165d94af763a365f47 (patch) | |
| tree | 9b3a7b6e9d7d2b8945fe87d27ff75f1712ef06aa /src/shader_recompiler/main.cpp | |
| parent | shader: Improve object pool (diff) | |
| download | yuzu-b5d7279d878211654b4abb165d94af763a365f47.tar.gz yuzu-b5d7279d878211654b4abb165d94af763a365f47.tar.xz yuzu-b5d7279d878211654b4abb165d94af763a365f47.zip | |
spirv: Initial bindings support
Diffstat (limited to 'src/shader_recompiler/main.cpp')
| -rw-r--r-- | src/shader_recompiler/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shader_recompiler/main.cpp b/src/shader_recompiler/main.cpp index 216345e91..1610bb34e 100644 --- a/src/shader_recompiler/main.cpp +++ b/src/shader_recompiler/main.cpp | |||
| @@ -67,8 +67,8 @@ int main() { | |||
| 67 | ObjectPool<IR::Inst> inst_pool; | 67 | ObjectPool<IR::Inst> inst_pool; |
| 68 | ObjectPool<IR::Block> block_pool; | 68 | ObjectPool<IR::Block> block_pool; |
| 69 | 69 | ||
| 70 | // FileEnvironment env{"D:\\Shaders\\Database\\Oninaki\\CS8F146B41DB6BD826.bin"}; | 70 | FileEnvironment env{"D:\\Shaders\\Database\\Oninaki\\CS8F146B41DB6BD826.bin"}; |
| 71 | FileEnvironment env{"D:\\Shaders\\shader.bin"}; | 71 | // FileEnvironment env{"D:\\Shaders\\shader.bin"}; |
| 72 | block_pool.ReleaseContents(); | 72 | block_pool.ReleaseContents(); |
| 73 | inst_pool.ReleaseContents(); | 73 | inst_pool.ReleaseContents(); |
| 74 | flow_block_pool.ReleaseContents(); | 74 | flow_block_pool.ReleaseContents(); |