summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/shader_bytecode.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2018-10-19 18:17:02 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2018-10-29 00:16:41 +0100
commit3aa8b644a921020beb91109f284ae86dc2f7e189 (patch)
treefb5430bbc80ebae720492760b82d2f4986298ce8 /src/video_core/engines/shader_bytecode.h
parentMerge pull request #1607 from FearlessTobi/patch-3 (diff)
downloadyuzu-3aa8b644a921020beb91109f284ae86dc2f7e189.tar
yuzu-3aa8b644a921020beb91109f284ae86dc2f7e189.tar.gz
yuzu-3aa8b644a921020beb91109f284ae86dc2f7e189.tar.bz2
yuzu-3aa8b644a921020beb91109f284ae86dc2f7e189.tar.lz
yuzu-3aa8b644a921020beb91109f284ae86dc2f7e189.tar.xz
yuzu-3aa8b644a921020beb91109f284ae86dc2f7e189.tar.zst
yuzu-3aa8b644a921020beb91109f284ae86dc2f7e189.zip
Diffstat (limited to 'src/video_core/engines/shader_bytecode.h')
-rw-r--r--src/video_core/engines/shader_bytecode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h
index 141b9159b..55763332e 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -1232,6 +1232,7 @@ union Instruction {
BitField<60, 1, u64> is_b_gpr;
BitField<59, 1, u64> is_c_gpr;
BitField<20, 24, s64> smem_imm;
+ BitField<0, 5, ControlCode> flow_control_code;
Attribute attribute;
Sampler sampler;
@@ -1658,4 +1659,4 @@ private:
}
};
-} // namespace Tegra::Shader \ No newline at end of file
+} // namespace Tegra::Shader