From 493c432d1e33a66c234485ea09c167888a6f9567 Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Sat, 15 Aug 2015 19:55:26 +0200 Subject: citra-qt: Fix comment style. --- src/citra_qt/debugger/graphics_vertex_shader.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/citra_qt/debugger') diff --git a/src/citra_qt/debugger/graphics_vertex_shader.h b/src/citra_qt/debugger/graphics_vertex_shader.h index 1b46aa0d9..6e99f3674 100644 --- a/src/citra_qt/debugger/graphics_vertex_shader.h +++ b/src/citra_qt/debugger/graphics_vertex_shader.h @@ -55,10 +55,11 @@ private slots: void DumpShader(); - /** Reload widget based on the current PICA200 state - * @param replace_vertex_data If true, invalidate all current vertex data - * @param vertex_data New vertex data to use, as passed to OnBreakPointHit. May be nullptr to specify that no valid vertex data can be retrieved currently. Only used if replace_vertex_data is true. - */ + /** + * Reload widget based on the current PICA200 state + * @param replace_vertex_data If true, invalidate all current vertex data + * @param vertex_data New vertex data to use, as passed to OnBreakPointHit. May be nullptr to specify that no valid vertex data can be retrieved currently. Only used if replace_vertex_data is true. + */ void Reload(bool replace_vertex_data = false, void* vertex_data = nullptr); @@ -71,7 +72,7 @@ private: QTreeView* binary_list; GraphicsVertexShaderModel* model; - // TODO: Move these into a single struct + /// TODO: Move these into a single struct std::array input_data; // A text box for each of the 4 components of up to 16 vertex attributes std::array input_data_container; // QWidget containing the QLayout containing each vertex attribute std::array input_data_mapping; // A QLabel denoting the shader input attribute which the vertex attribute maps to -- cgit v1.2.3