diff options
| author | 2015-09-10 11:07:33 -0400 | |
|---|---|---|
| committer | 2015-09-10 11:20:21 -0400 | |
| commit | d3efa637b448f1be84397deab0b1355bbc901e3b (patch) | |
| tree | 0e9d245bb4509b26c9544012a3d38bd5329e7e55 /src/core/tracer | |
| parent | Merge pull request #1131 from lioncash/uninit (diff) | |
| download | yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.gz yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.tar.xz yuzu-d3efa637b448f1be84397deab0b1355bbc901e3b.zip | |
General: Fix up doxygen comments
Diffstat (limited to 'src/core/tracer')
| -rw-r--r-- | src/core/tracer/recorder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/tracer/recorder.h b/src/core/tracer/recorder.h index 6e4b70015..a42ccc45f 100644 --- a/src/core/tracer/recorder.h +++ b/src/core/tracer/recorder.h | |||
| @@ -32,8 +32,7 @@ public: | |||
| 32 | 32 | ||
| 33 | /** | 33 | /** |
| 34 | * Recorder constructor | 34 | * Recorder constructor |
| 35 | * @param default_attributes Pointer to an array of 32-bit-aligned 24-bit floating point values. | 35 | * @param initial_state Initial recorder state |
| 36 | * @param vs_float_uniforms Pointer to an array of 32-bit-aligned 24-bit floating point values. | ||
| 37 | */ | 36 | */ |
| 38 | Recorder(const InitialState& initial_state); | 37 | Recorder(const InitialState& initial_state); |
| 39 | 38 | ||