Cleanup: format

This commit is contained in:
2022-08-31 13:52:44 +10:00
parent cae50c83c6
commit 68d85ce208
4 changed files with 23 additions and 10 deletions

View File

@@ -199,7 +199,8 @@ static std::ostream &operator<<(std::ostream &stream, const GPUOutput *output)
}
/* Trick type to change overload and keep a somewhat nice syntax. */
struct GPUConstant : public GPUInput {};
struct GPUConstant : public GPUInput {
};
/* Print data constructor (i.e: vec2(1.0f, 1.0f)). */
static std::ostream &operator<<(std::ostream &stream, const GPUConstant *input)