summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_shader.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2014-12-13 21:20:47 +0100
committerTony Wasserka <NeoBrainX@gmail.com>2014-12-20 18:06:55 +0100
commitaff808b2fdfd9605179a13eb55b72d68a7cdd8c2 (patch)
tree83e896f6e90c5b13a12d1b879ea3c79a7dbb5a55 /src/video_core/vertex_shader.h
parentPica/VertexShader: Add support for MOVA, CMP and IFC. (diff)
downloadyuzu-aff808b2fdfd9605179a13eb55b72d68a7cdd8c2.tar
yuzu-aff808b2fdfd9605179a13eb55b72d68a7cdd8c2.tar.gz
yuzu-aff808b2fdfd9605179a13eb55b72d68a7cdd8c2.tar.bz2
yuzu-aff808b2fdfd9605179a13eb55b72d68a7cdd8c2.tar.lz
yuzu-aff808b2fdfd9605179a13eb55b72d68a7cdd8c2.tar.xz
yuzu-aff808b2fdfd9605179a13eb55b72d68a7cdd8c2.tar.zst
yuzu-aff808b2fdfd9605179a13eb55b72d68a7cdd8c2.zip
Diffstat (limited to 'src/video_core/vertex_shader.h')
-rw-r--r--src/video_core/vertex_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/vertex_shader.h b/src/video_core/vertex_shader.h
index be01b24d7..047dde046 100644
--- a/src/video_core/vertex_shader.h
+++ b/src/video_core/vertex_shader.h
@@ -72,6 +72,7 @@ void SubmitSwizzleDataChange(u32 addr, u32 value);
OutputVertex RunShader(const InputVertex& input, int num_attributes);
Math::Vec4<float24>& GetFloatUniform(u32 index);
+bool& GetBoolUniform(u32 index);
const std::array<u32, 1024>& GetShaderBinary();
const std::array<u32, 1024>& GetSwizzlePatterns();