diff options
| author | Tony Wasserka <NeoBrainX@gmail.com> | 2015-05-28 00:31:26 +0200 |
|---|---|---|
| committer | Tony Wasserka <NeoBrainX@gmail.com> | 2015-08-16 13:22:01 +0200 |
| commit | 2e3601f4156e73f22fa30d6b6cb42831ec1f713e (patch) | |
| tree | 62fbc98e323f230dcb2d16d0f2a0b0ded6b9e2d9 /src/video_core/debug_utils/debug_utils.h | |
| parent | 4cb302c8aeb86bdb7c7bd6f9e5d716e140868075 (diff) | |
Pica/DebugUtils: Include uniform information into shader dumps.
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.h')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h index 4939e6c06..1450e5bf3 100644 --- a/src/video_core/debug_utils/debug_utils.h +++ b/src/video_core/debug_utils/debug_utils.h @@ -181,8 +181,7 @@ private: std::vector<Face> faces; }; -void DumpShader(const u32* binary_data, u32 binary_size, const u32* swizzle_data, u32 swizzle_size, - u32 main_offset, const Regs::VSOutputAttributes* output_attributes); +void DumpShader(const Regs::ShaderConfig& config, const State::ShaderSetup& setup, const Regs::VSOutputAttributes* output_attributes); // Utility class to log Pica commands. |
