summaryrefslogtreecommitdiffstats
path: root/src/video_core/debug_utils/debug_utils.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2015-05-28 00:31:26 +0200
committerTony Wasserka <NeoBrainX@gmail.com>2015-08-16 13:22:01 +0200
commit2e3601f4156e73f22fa30d6b6cb42831ec1f713e (patch)
tree62fbc98e323f230dcb2d16d0f2a0b0ded6b9e2d9 /src/video_core/debug_utils/debug_utils.h
parentcitra-qt: Improve shader debugger. (diff)
downloadyuzu-2e3601f4156e73f22fa30d6b6cb42831ec1f713e.tar
yuzu-2e3601f4156e73f22fa30d6b6cb42831ec1f713e.tar.gz
yuzu-2e3601f4156e73f22fa30d6b6cb42831ec1f713e.tar.bz2
yuzu-2e3601f4156e73f22fa30d6b6cb42831ec1f713e.tar.lz
yuzu-2e3601f4156e73f22fa30d6b6cb42831ec1f713e.tar.xz
yuzu-2e3601f4156e73f22fa30d6b6cb42831ec1f713e.tar.zst
yuzu-2e3601f4156e73f22fa30d6b6cb42831ec1f713e.zip
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.h')
-rw-r--r--src/video_core/debug_utils/debug_utils.h3
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.