diff options
| author | bunnei <bunneidev@gmail.com> | 2015-05-22 23:27:41 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2015-05-22 23:27:41 -0400 |
| commit | a7946f9027a87da93cd76ec46d54cadf4203b082 (patch) | |
| tree | 01e98e937a3ed9d8c65b270df016658f8ae89a97 /src/video_core/vertex_shader.h | |
| parent | 41531eeb32ef86f4b04af2f5fda85148a87c56ad (diff) | |
| parent | 1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e (diff) | |
Merge pull request #776 from bunnei/pica-state
GPU: Consolidate Pica state
Diffstat (limited to 'src/video_core/vertex_shader.h')
| -rw-r--r-- | src/video_core/vertex_shader.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/video_core/vertex_shader.h b/src/video_core/vertex_shader.h index c26709bbc..7471a6de8 100644 --- a/src/video_core/vertex_shader.h +++ b/src/video_core/vertex_shader.h @@ -66,19 +66,8 @@ struct OutputVertex { static_assert(std::is_pod<OutputVertex>::value, "Structure is not POD"); static_assert(sizeof(OutputVertex) == 32 * sizeof(float), "OutputVertex has invalid size"); -void SubmitShaderMemoryChange(u32 addr, u32 value); -void SubmitSwizzleDataChange(u32 addr, u32 value); - OutputVertex RunShader(const InputVertex& input, int num_attributes); -Math::Vec4<float24>& GetFloatUniform(u32 index); -bool& GetBoolUniform(u32 index); -Math::Vec4<u8>& GetIntUniform(u32 index); -Math::Vec4<float24>& GetDefaultAttribute(u32 index); - -const std::array<u32, 1024>& GetShaderBinary(); -const std::array<u32, 1024>& GetSwizzlePatterns(); - } // namespace } // namespace |
