diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-06-02 18:52:07 -0300 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-06-07 02:18:27 -0300 |
commit | fe8e6618f2907a9262d69232ef0e2d5d58cbc6e0 (patch) | |
tree | 308d278996e18558ab049daa01b4873b08b799e8 /src/audio_core/stream.cpp | |
parent | cd2d9628c99db1944b44b5699bfc40bee582301d (diff) |
shader: Split SSY and PBK stack
Hardware testing revealed that SSY and PBK push to a different stack,
allowing code like this:
SSY label1;
PBK label2;
SYNC;
label1: PBK;
label2: EXIT;
Diffstat (limited to 'src/audio_core/stream.cpp')
0 files changed, 0 insertions, 0 deletions