summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/shader_bytecode.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-15 00:50:06 +0200
committerbunnei <bunneidev@gmail.com>2018-04-15 00:50:06 +0200
commit1b41b875dcd24c662b947731f48f4d1c7131fa0b (patch)
tree57b8c1f1952c53d54a0c14b00543dd21302d661b /src/video_core/engines/shader_bytecode.h
parentshaders: Address PR review feedback. (diff)
downloadyuzu-1b41b875dcd24c662b947731f48f4d1c7131fa0b.tar
yuzu-1b41b875dcd24c662b947731f48f4d1c7131fa0b.tar.gz
yuzu-1b41b875dcd24c662b947731f48f4d1c7131fa0b.tar.bz2
yuzu-1b41b875dcd24c662b947731f48f4d1c7131fa0b.tar.lz
yuzu-1b41b875dcd24c662b947731f48f4d1c7131fa0b.tar.xz
yuzu-1b41b875dcd24c662b947731f48f4d1c7131fa0b.tar.zst
yuzu-1b41b875dcd24c662b947731f48f4d1c7131fa0b.zip
Diffstat (limited to 'src/video_core/engines/shader_bytecode.h')
-rw-r--r--src/video_core/engines/shader_bytecode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h
index 98af381df..eff0c35a1 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -323,7 +323,5 @@ static_assert(sizeof(Instruction) == 0x8, "Incorrect structure size");
static_assert(std::is_standard_layout<Instruction>::value,
"Structure does not have standard layout");
-#pragma pack()
-
} // namespace Shader
} // namespace Tegra